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