aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2019-03-10 20:02:45 +0100
committerThomas Schneider <qsx@qsx.re>2019-03-10 20:02:45 +0100
commitcf71a803345349459d27b58ffca05d48fa5fa30d (patch)
treec91adb477efcc7e8675a5f57c79b73705bab4946
parent379e73091af4ce0c2368a557d0006ad756062985 (diff)
Emacs: minor AUCTeX stuff
-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