Simplify latexmk setup
This commit is contained in:
parent
3120636a23
commit
96bcff1c02
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
;;;###if (featurep! +latexmk)
|
;;;###if (featurep! +latexmk)
|
||||||
|
|
||||||
(def-package! auctex-latexmk
|
(def-package! auctex-latexmk
|
||||||
:after-call (latex-mode-hook LaTeX-mode-hook)
|
:defer t
|
||||||
|
:after latex
|
||||||
:init
|
:init
|
||||||
;; Pass the -pdf flag when TeX-PDF-mode is active
|
;; Pass the -pdf flag when TeX-PDF-mode is active
|
||||||
(setq auctex-latexmk-inherit-TeX-PDF-mode t)
|
(setq auctex-latexmk-inherit-TeX-PDF-mode t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue