Merge pull request #3920 from asymmetric/aspell-tex-config

modules/checkers/spell: remove tex option
This commit is contained in:
Henrik Lissner 2020-10-05 21:04:12 -04:00 committed by GitHub
commit 426e3c6aa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,8 +30,7 @@
(`aspell (`aspell
(setq ispell-program-name "aspell" (setq ispell-program-name "aspell"
ispell-extra-args '("--sug-mode=ultra" ispell-extra-args '("--sug-mode=ultra"
"--run-together" "--run-together"))
"--dont-tex-check-comments"))
(unless ispell-dictionary (unless ispell-dictionary
(setq ispell-dictionary "en")) (setq ispell-dictionary "en"))