mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Don't set a default ispell-dictionary
May address #4420, #4422, and/or #4407
This commit is contained in:
@ -32,8 +32,6 @@
|
|||||||
ispell-extra-args '("--sug-mode=ultra"
|
ispell-extra-args '("--sug-mode=ultra"
|
||||||
"--run-together"))
|
"--run-together"))
|
||||||
|
|
||||||
(unless ispell-dictionary
|
|
||||||
(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