lang/latex: shhh

This commit is contained in:
Henrik Lissner 2017-03-08 21:36:57 -05:00
parent e62d3960c9
commit a19a0da176

View file

@ -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