diff --git a/modules/checkers/spell/config.el b/modules/checkers/spell/config.el index 6848505d3..5b6bf1712 100644 --- a/modules/checkers/spell/config.el +++ b/modules/checkers/spell/config.el @@ -28,8 +28,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"))