Don't set a default ispell-dictionary

May address #4420, #4422, and/or #4407
This commit is contained in:
Henrik Lissner 2020-12-12 23:23:24 -05:00
parent 930524f3ac
commit fc955f4100
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -32,8 +32,6 @@
ispell-extra-args '("--sug-mode=ultra"
"--run-together"))
(unless ispell-dictionary
(setq ispell-dictionary "english"))
(unless ispell-aspell-dict-dir
(setq ispell-aspell-dict-dir
(ispell-get-aspell-config-value "dict-dir")))