lang/latex: associate .tex with LaTeX-mode
This commit is contained in:
parent
ece174d9ed
commit
7ec6a32c30
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ If no viewers are found, `latex-preview-pane' is used.")
|
|||
;;
|
||||
;; Packages
|
||||
|
||||
(add-to-list 'auto-mode-alist '("\\.tex\\'" . TeX-latex-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.tex\\'" . LaTeX-mode))
|
||||
|
||||
|
||||
(after! tex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue