5 lines
300 B
EmacsLisp
5 lines
300 B
EmacsLisp
(add-to-list 'ispell-hunspell-dict-paths-alist '("de_DE" "~/.emacs.d/dicts/de_DE_frami.aff"))
|
|
(add-to-list 'ispell-local-dictionary-alist
|
|
'("de_DE" "[[:alpha:]]" "[^[:alpha:]]" "[']" t ("-d" "de_DE") nil iso-8859-1))
|
|
(setq ispell-program-name "hunspell"
|
|
ispell-dictionary "de_DE")
|