Defer LaTeX/AUCTeX loading
This commit is contained in:
parent
b0267f7b62
commit
2807c96dbf
@ -623,6 +623,7 @@
|
|||||||
(find-file (concat (match-string 1 line) "/" (match-string 2 line))))))
|
(find-file (concat (match-string 1 line) "/" (match-string 2 line))))))
|
||||||
|
|
||||||
(use-package latex
|
(use-package latex
|
||||||
|
:defer
|
||||||
:bind (:map LaTeX-mode-map
|
:bind (:map LaTeX-mode-map
|
||||||
("C-z" . latex-save-and-compile)
|
("C-z" . latex-save-and-compile)
|
||||||
("C-c e" . tex-close-latex-block))
|
("C-c e" . tex-close-latex-block))
|
||||||
|
Loading…
Reference in New Issue
Block a user