Skip to content

Commit

Permalink
[EMACS] Reconcile auctex-latexmk with new AUCTeX
Browse files Browse the repository at this point in the history
  • Loading branch information
basil-conto committed Apr 12, 2022
1 parent de1f471 commit e863fbe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .emacs.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -2347,7 +2347,11 @@ ${author:30} ${date:4} ${title:*} ${=has-pdf=:1}${=has-note=:1} ${=type=:14}"))
(with-eval-after-load 'latex
(add-to-list 'LaTeX-clean-intermediate-suffixes
(regexp-opt blc-tex-auxtensions))
(auctex-latexmk-setup))
(blc-with-nonce require :around
(lambda (fn feature &rest args)
(unless (eq feature 'tex-buf)
(apply fn feature args)))
(auctex-latexmk-setup)))

(with-eval-after-load 'tex
(blc-define-keys
Expand Down

0 comments on commit e863fbe

Please sign in to comment.