modules/checkers/spell: remove tex option

It causes aspell 0.60.8 to fail with message `the key "check-tex-comments" is unknown`.
This commit is contained in:
Lorenzo Manacorda 2020-09-09 23:04:38 +02:00
parent c2e9211776
commit 021a2d3c64

View File

@ -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"))