aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2017-07-19 18:33:05 +0200
committerThomas Schneider <qsx@qsx.re>2017-07-19 18:33:05 +0200
commitf9732804134980737228a0b1bf50138d0afbc90d (patch)
tree549c30cbf2c0ed9bcd91a54d0bc969efcf522aaf /dot.emacs.d/init.el
parent9f5fa4d44f928c69e7eaf73101f6cfdfa327b617 (diff)
Emacs: Correctly include AUCTeX
Signed-off-by: Thomas Schneider <qsx@qsx.re>
Diffstat (limited to 'dot.emacs.d/init.el')
-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 67378d7..29bddc8 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -51,8 +51,8 @@
(add-to-list 'auto-mode-alist '("/mutt" . mail-mode))
(add-hook 'mail-mode-hook 'turn-on-auto-fill)
-(use-package auctex
- :ensure t
+(use-package tex
+ :ensure auctex
:config
(setq TeX-auto-save t)
(setq TeX-parse-self t)