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