mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Ensure flyspell uses the "en" language
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user