From: Amin Bandali Date: Sat, 22 Dec 2018 06:20:47 +0000 (-0500) Subject: [emacs] disable typo-mode for init.org X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/commitdiff_plain/6b569be8ec0676eea617779d5d752079d5ca193b [emacs] disable typo-mode for init.org --- diff --git a/init.org b/init.org index b144736..70e3a06 100644 --- a/init.org +++ b/init.org @@ -2269,4 +2269,5 @@ Display how long it took to load the init file. * COMMENT Local Variables :ARCHIVE: # Local Variables: # eval: (add-hook 'after-save-hook #'amin/async-babel-tangle 'append 'local) +# eval: (typo-mode -1) # End: