From ea294062464193be2b92c76145e60420dff1223a Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Tue, 18 Jul 2017 22:04:46 +0200 Subject: Emacs: Install and configure AUCTeX Signed-off-by: Thomas Schneider --- dot.emacs.d/init.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dot.emacs.d/init.el') diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 8046828..6db1388 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -34,3 +34,9 @@ (add-to-list 'auto-mode-alist '("/mutt" . mail-mode)) (add-hook 'mail-mode-hook '(lambda() (turn-on-auto-fill))) +(use-package auctex + :ensure t + :config + (setq TeX-auto-save t) + (setq TeX-parse-self t) + (setq fill-column 80)) -- cgit v1.2.3