Change default aspell dictionary to english instead of en (not working on windows with cygwin aspell)

This commit is contained in:
syl20bnr 2014-10-27 10:16:06 -04:00
parent 20159ba0a1
commit 6c142a0558

View file

@ -1063,7 +1063,7 @@ DELETE-FUNC when calling CALLBACK.
:init
(progn
(setq-default ispell-program-name "aspell")
(setq-default ispell-dictionary "en")
(setq-default ispell-dictionary "english")
(add-hook 'markdown-mode-hook '(lambda () (flyspell-mode 1)))
(add-hook 'text-mode-hook '(lambda () (flyspell-mode 1))))
:config