From 021a2d3c64989c01457e4a060c882b16949a57f1 Mon Sep 17 00:00:00 2001 From: Lorenzo Manacorda Date: Wed, 9 Sep 2020 23:04:38 +0200 Subject: [PATCH] modules/checkers/spell: remove tex option It causes aspell 0.60.8 to fail with message `the key "check-tex-comments" is unknown`. --- modules/checkers/spell/config.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"))