Force default ispell directory to be english

This commit is contained in:
syl20bnr 2014-09-07 00:09:31 -04:00
parent d6de68f2fa
commit ab130ff70e

View file

@ -753,6 +753,7 @@ which require an initialization must be listed explicitly in the list."
:init
(progn
(setq-default ispell-program-name "aspell")
(setq-default ispell-dictionary "en")
(add-hook 'markdown-mode-hook '(lambda () (flyspell-mode 1)))
(add-hook 'text-mode-hook '(lambda () (flyspell-mode 1))))))