diff --git a/modules/checkers/spell/config.el b/modules/checkers/spell/config.el index d929128ba..cd8fef0bb 100644 --- a/modules/checkers/spell/config.el +++ b/modules/checkers/spell/config.el @@ -30,8 +30,7 @@ (`aspell (setq ispell-program-name "aspell" ispell-extra-args '("--sug-mode=ultra" - "--run-together" - "--dont-tex-check-comments")) + "--run-together")) (unless ispell-dictionary (setq ispell-dictionary "en"))