1
0
Fork 0

fix(emacs): disable annoying latex tex-chktex syntax checker

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-03-09 17:23:15 -05:00
parent 8f0cfbf454
commit 6a67b1418c
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -93,6 +93,9 @@
(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)
(keymap-local-set "C-c C-b" #'latex-insert-block)