Merge pull request #3994 from akirabaruah/fix-ispell-default-dict

checkers/spell: fix default ispell dict
This commit is contained in:
Henrik Lissner
2020-10-08 14:01:04 -04:00
committed by GitHub

View File

@ -33,7 +33,7 @@
"--run-together"))
(unless ispell-dictionary
(setq ispell-dictionary "en"))
(setq ispell-dictionary "english"))
(unless ispell-aspell-dict-dir
(setq ispell-aspell-dict-dir
(ispell-get-aspell-config-value "dict-dir")))