aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'dot.emacs.d/init.el')
-rw-r--r--dot.emacs.d/init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 02a9f5d..c4145f5 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -76,9 +76,9 @@
:init
(setq reftex-plug-into-AUCTeX t)
:config
- (setq TeX-auto-save t)
- (setq TeX-parse-self t)
- (setq fill-column 80))
+ (setq TeX-auto-save nil
+ TeX-parse-self t
+ fill-column 80))
(use-package auctex-latexmk
:config