aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-11-08 12:09:27 -0700
committerKenny Ballou <kb@devnulllabs.io>2022-11-08 12:09:27 -0700
commit5b5f81234708982f741706488ec051137a14826e (patch)
treea4dd0202978e2ca82f844893c54115575264397f /config
parentf9b338217be400d4a9e4b0703889277cabc89aa8 (diff)
downloaddotfiles-5b5f81234708982f741706488ec051137a14826e.tar.gz
dotfiles-5b5f81234708982f741706488ec051137a14826e.tar.xz
config: emacs: select chktex for (la)tex-mode
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'config')
-rw-r--r--config/emacs/emacs.d/emacs.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/emacs/emacs.d/emacs.org b/config/emacs/emacs.d/emacs.org
index d144fac3..eedf577e 100644
--- a/config/emacs/emacs.d/emacs.org
+++ b/config/emacs/emacs.d/emacs.org
@@ -3300,6 +3300,7 @@ indentation rules."
(turn-on-reftex)
(LaTeX-math-mode t)
(reftex-isearch-minor-mode t)
+ (flycheck-select-checker 'tex-chktex)
(setq TeX-PDF-mode t)
(setq TeX-source-correlate-start-server t))
;; temporary fix for auctex-latexmk tex-buf issue.