mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Simplify latexmk setup
This commit is contained in:
@ -2,7 +2,8 @@
|
||||
;;;###if (featurep! +latexmk)
|
||||
|
||||
(def-package! auctex-latexmk
|
||||
:after-call (latex-mode-hook LaTeX-mode-hook)
|
||||
:defer t
|
||||
:after latex
|
||||
:init
|
||||
;; Pass the -pdf flag when TeX-PDF-mode is active
|
||||
(setq auctex-latexmk-inherit-TeX-PDF-mode t)
|
||||
|
Reference in New Issue
Block a user