Ensure flyspell uses the "en" language

This commit is contained in:
2017-12-23 17:52:52 +00:00
parent 24a8da54b5
commit 0d9f186ebb

View File

@@ -9,7 +9,7 @@
(require 'flyspell)
(diminish 'flyspell-mode)
(setq ispell-program-name "aspell" ; use aspell instead of ispell
ispell-extra-args '("--sug-mode=ultra"))
ispell-extra-args '("--lang=en" "--sug-mode=ultra"))
(global-set-key (kbd "s-.") 'flyspell-correct-word-before-point)