[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: activating LaTeX-mode automatically
From: |
Arash Esbati |
Subject: |
Re: activating LaTeX-mode automatically |
Date: |
Sun, 30 Jun 2024 22:40:50 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi Paul,
Paul Nelson <ultrono@gmail.com> 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