]> git.armaanb.net Git - config.org.git/commitdiff
Don't ask to save custom spellings
authorArmaan Bhojwani <me@armaanb.net>
Mon, 10 May 2021 14:54:16 +0000 (10:54 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Mon, 10 May 2021 14:54:16 +0000 (10:54 -0400)
config.org

index 0462c6ca2e76f8a1a59e4b8aab396adcdefc6850..707453f71540db8038db8e86f500c8cc8adf74cd 100644 (file)
@@ -631,6 +631,10 @@ Abbreviate things!
 #+begin_src emacs-lisp
   (setq vc-follow-symlinks t)
 #+end_src
+** Don't ask to save custom dictionary
+#+begin_src emacs-lisp
+  (setq ispell-silently-savep t)
+#+end_src
 * Functions
 ** Easily convert splits
 Converts splits from horizontal to vertical and vice versa. Lifted from EmacsWiki.