mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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"))
|
"--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")))
|
||||||
|
Reference in New Issue
Block a user