fix(emacs): disable annoying latex tex-chktex syntax checker
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
8f0cfbf454
commit
6a67b1418c
1 changed files with 3 additions and 0 deletions
|
@ -92,6 +92,9 @@
|
|||
(auto-fill-mode 1)
|
||||
(display-fill-column-indicator-mode 1)
|
||||
(set-fill-column 100)
|
||||
|
||||
(setq-local flycheck-disabled-checkers
|
||||
'(tex-chktex))
|
||||
|
||||
(keymap-local-set "C-c C-c" #'custom-compile-latex)
|
||||
(keymap-local-set "C-c C-z" #'open-out-pdf)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue