diff options
author | Ryan Kavanagh <rak@rak.ac> | 2024-05-21 11:20:10 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2024-05-21 11:20:10 -0400 |
commit | 66a41fc519906f49bbf5c524da0ce65923cbb7f3 (patch) | |
tree | 61d884558d58d27b2ac2f4db0a15b005a6d411dd | |
parent | Ensure csv-mode (diff) |
.tex is now LaTeX-mode instead of TeX-latex-mode
-rw-r--r-- | dot_emacs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |