From: Armaan Bhojwani Date: Mon, 10 May 2021 14:54:16 +0000 (-0400) Subject: Don't ask to save custom spellings X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=40c7d36d4182d609f9737690fac1599556f44761 Don't ask to save custom spellings --- diff --git a/config.org b/config.org index 0462c6c..707453f 100644 --- a/config.org +++ b/config.org @@ -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.