mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #3994 from akirabaruah/fix-ispell-default-dict
checkers/spell: fix default ispell dict
This commit is contained in:
@ -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")))
|
||||
|
Reference in New Issue
Block a user