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

9 lines
422 B
EmacsLisp
Raw Normal View History

2022-11-12 15:18:32 +01:00
(when (eq system-type 'gnu/linux)
(add-to-list 'ispell-local-dictionary-alist
'("de_DE_frami" "[[:alpha:]]" "[^[:alpha:]]" "[']" t ("-d" "de_DE_frami") nil utf-8)))
(when (eq system-type 'windows-nt)
(when (file-exists-p "c:/msys64/mingw64/")
(add-to-list 'ispell-local-dictionary-alist
'("de_DE_Reformed" "[[:alpha:]]" "[^[:alpha:]]" "[']" t ("-d" "de_DE_Reformed") nil utf-8))))