Does anyone have a working setup for hunspell
and Emacs
? Simply setting ispell-program-name
to hunspell
doesn\'t work, the o
From https://passingcuriosity.com/2017/emacs-hunspell-and-dictionaries/
Add
;; Set $DICPATH to "$HOME/Library/Spelling" for hunspell. (setenv "DICPATH" "/path/to/hunspell/dictionary") ;; Tell ispell-mode to use hunspell. (setq ispell-program-name "hunspell")
into your
~/.emacs
.
My dictionary files were at /usr/share/hunspell
.