[latex] Replace auctex-latexmk with a fixed fork

Fixes #15541
Please make sure to remove the old package to
trigger a reinstallation, sometimes this is not
happening automatically.
This commit is contained in:
Maxi Wolff 2022-05-29 16:16:37 +02:00
parent c0948b3e04
commit 69027b8eec
No known key found for this signature in database
GPG Key ID: 2DD07025BFDBD89A
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@
(defconst latex-packages
'(
auctex
(auctex-latexmk :toggle (string= "LatexMk" latex-build-command))
(auctex-latexmk :location (recipe :fetcher github :repo "smile13241324/auctex-latexmk")
:toggle (string= "LatexMk" latex-build-command))
company
math-symbol-lists
(company-math :requires company math-symbol-lists)