aboutsummaryrefslogtreecommitdiff
path: root/tests/test-latex-config--latexmk-wiring.el
Commit message (Collapse)AuthorAgeFilesLines
* fix(latex): activate the latexmk workflowCraig Jennings2026-06-241-0/+62
Two breaks kept latexmk from ever engaging. The :hook key TeX-mode-hook expanded to the unbound TeX-mode-hook-hook, since use-package appends -hook to any symbol not ending in -mode, so TeX-command-default was never set; name the mode TeX-mode instead. Separately auctex-latexmk was :defer t with no trigger, so auctex-latexmk-setup never ran and latexmk never joined TeX-command-list; load it :after tex. Claude-Session: https://claude.ai/code/session_01BqrdWUo9GcznYX2pZr76gZ