lang/latex: shhh
This commit is contained in:
parent
e62d3960c9
commit
a19a0da176
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@
|
||||||
|
|
||||||
;; Because tex-mode is built-in and AucTex has conflicting components, we need
|
;; Because tex-mode is built-in and AucTex has conflicting components, we need
|
||||||
;; to ensure that auctex gets loaded instead of tex-mode.
|
;; to ensure that auctex gets loaded instead of tex-mode.
|
||||||
(load "auctex")
|
(load "auctex" nil t)
|
||||||
(load "auctex-autoloads")
|
(load "auctex-autoloads" nil t)
|
||||||
(push '("\\.[tT]e[xX]\\'" . TeX-latex-mode) auto-mode-alist)
|
(push '("\\.[tT]e[xX]\\'" . TeX-latex-mode) auto-mode-alist)
|
||||||
|
|
||||||
(after! tex-site
|
(after! tex-site
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue