From 66a41fc519906f49bbf5c524da0ce65923cbb7f3 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 21 May 2024 11:20:10 -0400 Subject: .tex is now LaTeX-mode instead of TeX-latex-mode --- dot_emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_emacs') diff --git a/dot_emacs b/dot_emacs index acfad6d..6239b02 100644 --- a/dot_emacs +++ b/dot_emacs @@ -436,7 +436,7 @@ Extended Format date in the date field and return it as a string obeing (use-package latex :ensure auctex :after info-look - :mode ("\\.tex\\'" . TeX-latex-mode) + :mode ("\\.tex\\'" . LaTeX-mode) :init ;; http://www.cs.au.dk/~abizjak/emacs/2016/03/06/latex-fill-paragraph.html (defun ales/fill-paragraph (&optional P) -- cgit v1.2.3