diff --git a/emacs/init.org b/emacs/init.org index c2be7c5..57fa249 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -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