Merge pull request #3994 from akirabaruah/fix-ispell-default-dict
checkers/spell: fix default ispell dict
This commit is contained in:
commit
77646c5f42
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
"--run-together"))
|
"--run-together"))
|
||||||
|
|
||||||
(unless ispell-dictionary
|
(unless ispell-dictionary
|
||||||
(setq ispell-dictionary "en"))
|
(setq ispell-dictionary "english"))
|
||||||
(unless ispell-aspell-dict-dir
|
(unless ispell-aspell-dict-dir
|
||||||
(setq ispell-aspell-dict-dir
|
(setq ispell-aspell-dict-dir
|
||||||
(ispell-get-aspell-config-value "dict-dir")))
|
(ispell-get-aspell-config-value "dict-dir")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue