aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2018-10-10 11:36:40 +0200
committerThomas Schneider <qsx@qsx.re>2018-10-10 11:36:40 +0200
commit04b80584cc782dc14b56dcfaa9def32201268696 (patch)
tree6ed62cecdbef961beb2adf92a509dfc5f85847af
parent37606b2e8afe77a6db9b2d23e9bade98abeb3102 (diff)
Emacs: move reftex integration to use-package
-rw-r--r--dot.emacs.d/init.el4
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")