diff options
Diffstat (limited to 'dot.emacs.d/init.el')
| -rw-r--r-- | dot.emacs.d/init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 63a98d1..0f0ad8a 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -68,6 +68,8 @@ (add-hook 'mail-mode-hook 'mail-text) (use-package tex + :init + (setq reftex-plug-into-AUCTeX t) :config (setq TeX-auto-save t) (setq TeX-parse-self t) @@ -77,8 +79,6 @@ :config (auctex-latexmk-setup)) -(setq reftex-plug-into-AUCTeX t) - (use-package muttrc-mode :mode "/muttrc") |
