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
commit 77646c5f42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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")))