From 40c7d36d4182d609f9737690fac1599556f44761 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 10 May 2021 10:54:16 -0400 Subject: [PATCH] Don't ask to save custom spellings --- config.org | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.39.2