Simplify latexmk setup

This commit is contained in:
Patrick Elliott 2018-07-18 13:37:49 +02:00
parent 3120636a23
commit 96bcff1c02

View file

@ -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)