Hello, I used to have some configuration in my .emacs that enables TeX-PDF-mode as default but it seems to have ceased to work at some point..
I use the use-package package: https://github.com/jwiegley/use-package The init hook is executed before the package is loaded. (use-package tex-site :ensure auctex :init (progn (setq TeX-auto-save t TeX-parse-self t TeX-save-query nil TeX-PDF-mode t TeX-view-program-selection '((output-pdf "xdg-open")))) ) But PDF-mode is not enabled. Thanks, Florian _______________________________________________ auctex mailing list auctex@gnu.org https://lists.gnu.org/mailman/listinfo/auctex