diff --git a/modules/siren-flyspell.el b/modules/siren-flyspell.el index b9c04c4..2f45abf 100644 --- a/modules/siren-flyspell.el +++ b/modules/siren-flyspell.el @@ -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)