Add ISpell config
This commit is contained in:
parent
726d11f6b1
commit
492baf3c8d
@ -3909,3 +3909,10 @@ Spotify in Emacs!
|
||||
(leader-def-key "iSn" #'counsel-spotify-next)
|
||||
(leader-def-key "iSp" #'counsel-spotify-previous)
|
||||
#+END_SRC
|
||||
|
||||
* ISpell
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(when (executable-find "hunspell")
|
||||
(setq ispell-program-name "hunspell"
|
||||
ispell-really-hunspell t))
|
||||
#+END_SRC
|
||||
|
Loading…
Reference in New Issue
Block a user