Add ISpell config

This commit is contained in:
Jeremy Dormitzer 2019-12-12 14:33:34 -05:00
parent 726d11f6b1
commit 492baf3c8d

View File

@ -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