Le 11/09/20 à 12h50, François Patte a écrit : > Is it possible to run latexmk as the default compilator while using > Ctrl-c-c in auctex?
Maybe with this (don't know if it is enough): --8<---------------cut here---------------start------------->8--- (add-hook 'LaTeX-mode-hook '(lambda () (setq TeX-command-default "Latexmk"))) --8<---------------cut here---------------end--------------->8--- > Thank you. You're welcome. -- Denis
