emacs.d/bundle/bundle--dict.el

5 lines
219 B
EmacsLisp
Raw Normal View History

2022-11-12 13:05:12 +01:00
(add-to-list 'ispell-local-dictionary-alist
2022-11-12 14:11:45 +01:00
'("de_DE_frami" "[[:alpha:]]" "[^[:alpha:]]" "[']" t ("-d" "de_DE_frami") nil utf-8))
2022-11-12 13:05:12 +01:00
(setq ispell-program-name "hunspell"
2022-11-12 14:11:45 +01:00
ispell-dictionary "de_DE_frami")