mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Stop chktex from producing garbage
This commit is contained in:
@ -35,7 +35,7 @@
|
|||||||
;; prompt for master
|
;; prompt for master
|
||||||
(setq-default TeX-master nil)
|
(setq-default TeX-master nil)
|
||||||
;; set-up chktex
|
;; set-up chktex
|
||||||
(setcar (cdr (assoc "Check" TeX-command-list)) "chktex -v6 %s")
|
(setcar (cdr (assoc "Check" TeX-command-list)) "chktex -v6 -H %s")
|
||||||
;; display output of latex commands in popup
|
;; display output of latex commands in popup
|
||||||
(set-popup-rule! " output\\*$" :size 15)
|
(set-popup-rule! " output\\*$" :size 15)
|
||||||
;; Do not prompt for Master files, this allows auto-insert to add templates to
|
;; Do not prompt for Master files, this allows auto-insert to add templates to
|
||||||
|
Reference in New Issue
Block a user