mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/latex: shhh
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user