From 2807c96dbfdedaf52d13ef7c194c8e85309ae7c7 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 30 Nov 2018 13:46:53 -0500 Subject: [PATCH] Defer LaTeX/AUCTeX loading --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index b30679a..18eb7f4 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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))