Files
doomemacs/modules/lang
UndeadKernel de2e41774f latex fix: enable spell checking correctly
The varible `TeX-mode-local-vars-hook` is not called correctly as AucTeX
reports that the major mode in a LaTeX file is `latex-mode`. Instead,
let's use `latex-mode-local-vars-hook` to enable flyspell.

This change enables disabling the feature of flyspell of immediately
spellchecking a document with:

`(setq-hook! 'TeX-mode-hook +spellcheck-immediately nil)`
2019-01-03 13:49:00 +01:00
..
2018-06-23 19:53:54 +02:00
2018-12-03 22:23:57 -05:00
2018-12-29 00:09:17 -05:00
2018-06-23 19:53:54 +02:00
2018-12-26 16:57:53 +00:00
2018-12-25 02:32:53 -05:00
2018-06-18 02:34:16 +02:00
2018-12-22 04:25:15 -05:00
2018-10-16 06:22:34 +03:00