From 04b80584cc782dc14b56dcfaa9def32201268696 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Wed, 10 Oct 2018 11:36:40 +0200 Subject: Emacs: move reftex integration to use-package --- dot.emacs.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dot.emacs.d') 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") -- cgit v1.2.3