I recently updated to the latest version of Doom (actually did a full re-install). I enabled the latex language. But when I load any file with a .tex extension, the Emacs native latex-mode is activated by default rather than AUCTeX’s LaTeX-mode, which means I don’t have access to any of AUCTeX’s goodies (eg, TeX-command-run-all)
I can fix it manually but I would rather not have to do that every single time I load a *.tex file. This wasn’t an issue with the previous version of Doom and AUCTeX.
What did you expect to happen?
I should have access to AUCTeX when I load a *.tex file.
Steps to reproduce
Enable latex language in init.el, sync and restart
Open any *.tex file with LaTeX commands
Try to run an AUCTeX command like TeX-command-run-all
I’ve updated Emacs from 29.2 to 29.4 today and reinstalled Doom from scratch (from main). I get the same bug: I need to manually activate AucTeX for all .tex files. The most weird thing is that the status bar says “LaTeX” (that is, AucTeX) instead of the default latex mode.
Ah, in GitHub it says that the versions “<30” are affected, not “<=29”.