[Emacs] Defer tex stuff
This commit is contained in:
parent
5c9dd1f155
commit
4e58b89c8b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user