aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dot_emacs2
1 files changed, 1 insertions, 1 deletions
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)