Skip to content

Commit

Permalink
fix bug with chktex
Browse files Browse the repository at this point in the history
  • Loading branch information
jsilve24 committed Nov 20, 2024
1 parent 61c085e commit e0c48f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion latex.el
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
(setq-default TeX-master nil)

;; set-up chktex -- from doom
(setcar (cdr (assoc "Check" TeX-command-list)) "chktex -v6 -H %s")
;; (setcar (cdr (assoc "Check" TeX-command-list)) "chktex -v6 -H %s")
(add-hook 'TeX-mode-hook (lambda ()
(setq ispell-parser 'tex
fill-nobreak-predicate (cons #'texmathp fill-nobreak-predicate)))))
Expand Down

0 comments on commit e0c48f5

Please sign in to comment.