Hi Paul, Paul Nelson <[email protected]> writes:
> What's the recommended way nowadays to activate LaTeX-mode
> automatically upon opening a tex file? I would have thought that
>
> (use-package tex
> :ensure auctex
> :mode ("\\.tex\\'" . LaTeX-mode))
I presume you've installed AUCTeX from ELPA, does this work as expected?
(use-package auctex
:ensure t)
Best, Arash
