From fc955f4100f0efbfe5b92fed22723e2739c7a16f Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 12 Dec 2020 23:23:24 -0500 Subject: [PATCH] Don't set a default ispell-dictionary May address #4420, #4422, and/or #4407 --- modules/checkers/spell/config.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/checkers/spell/config.el b/modules/checkers/spell/config.el index dbeb39b4f..f72713b26 100644 --- a/modules/checkers/spell/config.el +++ b/modules/checkers/spell/config.el @@ -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")))