From 6b569be8ec0676eea617779d5d752079d5ca193b Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 22 Dec 2018 01:20:47 -0500 Subject: [PATCH] [emacs] disable typo-mode for init.org --- init.org | 1 + 1 file changed, 1 insertion(+) 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: -- 2.20.1