mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Tell Emacs what program is used for spell checking
This commit is contained in:
parent
a42b1380f1
commit
1a32dac8ce
6
init.org
6
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
|
||||
|
Loading…
Reference in New Issue
Block a user