[Emacs] Defer tex stuff

This commit is contained in:
Ivan Malison 2021-09-13 21:30:26 -06:00
parent 5c9dd1f155
commit 4e58b89c8b
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -3702,6 +3702,7 @@ alphanumeric characters only."
:branch "fork/1"
:files (:defaults (:exclude "doc/*.texi")))
:commands TeX-mode
:defer t
:preface
(progn
(defun imalison:TeX-mode-hook ()
@ -3740,6 +3741,7 @@ alphanumeric characters only."
#+BEGIN_SRC emacs-lisp
(use-package company-auctex
:after tex
:defer t
:config
(company-auctex-init))
#+END_SRC