[TeX] Use special purpose ispell parser

This commit is contained in:
Daniel - 2018-07-11 17:30:41 +02:00
parent 4ace2771fc
commit 241ee33100
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 3 additions and 0 deletions

View File

@ -161,6 +161,9 @@
(add-hook 'TeX-language-en-hook
(lambda () (ispell-change-dictionary "en_US")))
(add-hook 'TeX-mode-hook
(lambda () (setq ispell-parser 'tex)))
;; LaTeXMk