Defer LaTeX/AUCTeX loading

This commit is contained in:
Adam Goldsmith 2018-11-30 13:46:53 -05:00
parent b0267f7b62
commit 2807c96dbf
1 changed files with 1 additions and 0 deletions

View File

@ -623,6 +623,7 @@
(find-file (concat (match-string 1 line) "/" (match-string 2 line))))))
(use-package latex
:defer
:bind (:map LaTeX-mode-map
("C-z" . latex-save-and-compile)
("C-c e" . tex-close-latex-block))