From f9732804134980737228a0b1bf50138d0afbc90d Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Wed, 19 Jul 2017 18:33:05 +0200 Subject: Emacs: Correctly include AUCTeX Signed-off-by: Thomas Schneider --- dot.emacs.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dot.emacs.d/init.el') 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) -- cgit v1.2.3