From 1a32dac8ce87fdfd29fdfc84aac67a2efc2b6066 Mon Sep 17 00:00:00 2001 From: larstvei Date: Sat, 17 Sep 2022 13:10:15 +0200 Subject: [PATCH] Tell Emacs what program is used for spell checking --- init.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init.org b/init.org index e71a7d5..4add4d3 100644 --- a/init.org +++ b/init.org @@ -522,6 +522,12 @@ (add-hook 'prog-mode-hook 'flyspell-prog-mode) #+END_SRC + Tell Emacs what program is used for spell checking. + + #+begin_src emacs-lisp + (setq ispell-program-name "aspell") + #+end_src + When working with several languages, we should be able to cycle through the languages we most frequently use. Every buffer should have a separate cycle of languages, so that cycling in one buffer does not change the