<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotemacs/tests/test-latex-config--latexmk-wiring.el, branch main</title>
<subtitle>My Emacs configuration
</subtitle>
<id>https://git.cjennings.net/dotemacs/atom?h=main</id>
<link rel='self' href='https://git.cjennings.net/dotemacs/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/'/>
<updated>2026-06-24T04:06:01+00:00</updated>
<entry>
<title>fix(latex): activate the latexmk workflow</title>
<updated>2026-06-24T04:06:01+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-06-24T04:06:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/dotemacs/commit/?id=384d93b0161cfcf2e37c4e78b2c0a99f9589791d'/>
<id>urn:sha1:384d93b0161cfcf2e37c4e78b2c0a99f9589791d</id>
<content type='text'>
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
</content>
</entry>
</feed>
