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:
parent
c2e9211776
commit
021a2d3c64
1 changed files with 1 additions and 2 deletions
|
@ -28,8 +28,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"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue