From 82f40b8ab2a38efa69467a0c8fdb27ca126e5121 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Fri, 25 Sep 2015 16:18:24 -0400 Subject: Drop useless configs --- .emacs | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.emacs b/.emacs index b9c63b8..6346a1e 100644 --- a/.emacs +++ b/.emacs @@ -26,20 +26,11 @@ (setq TeX-parse-self t ; Parse documents to provide completion ; for packages, etc. TeX-auto-save t ; Automatically save style information - TeX-electric-sub-and-superscript t ; Automatically insert braces after - ; sub- and superscripts in math mode - TeX-electric-math '("\\(" "\\)") - ;; Don't insert magic quotes right away. - TeX-quote-after-quote t ;; Don't ask for confirmation when cleaning TeX-clean-confirm nil ;; Provide forward and inverse search with SyncTeX TeX-source-correlate-mode t - TeX-source-correlate-method 'synctex) - (setq-default TeX-master nil ; Ask for the master file - TeX-engine 'luatex ; Use a modern engine - ;; Redundant in 11.88, but keep for older AUCTeX - TeX-PDF-mode t))) + TeX-source-correlate-method 'synctex))) (use-package auto-complete :ensure t -- cgit v1.2.3