diff options
author | Ryan Kavanagh <rak@debian.org> | 2015-09-25 16:18:24 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2015-09-25 16:18:24 -0400 |
commit | 82f40b8ab2a38efa69467a0c8fdb27ca126e5121 (patch) | |
tree | 3bc3362b821eca1243516100e1f7409c42dae1d7 /.emacs | |
parent | Added panorama keybindings to vimperator (diff) |
Drop useless configs
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -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 |