aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-11-11 16:28:20 +0000
committerYann Herklotz <git@yannherklotz.com>2019-11-11 16:28:20 +0000
commit1fdb0e5e704277d08e35264d9814de730774769e (patch)
treebfe1abe6e0c318943814ce1da000091167cbcea6 /emacs
parent8c48b597de6ba3a486a3027b89eb7b633935a79a (diff)
downloaddotfiles-1fdb0e5e704277d08e35264d9814de730774769e.tar.gz
dotfiles-1fdb0e5e704277d08e35264d9814de730774769e.zip
Remove golden ratio mode and add shell-escape
Diffstat (limited to 'emacs')
-rw-r--r--emacs/loader.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/emacs/loader.org b/emacs/loader.org
index c840641..eccce44 100644
--- a/emacs/loader.org
+++ b/emacs/loader.org
@@ -504,9 +504,9 @@ Set navigation commands in all the buffers
(interactive)
(other-window -1))
- (use-package golden-ratio
- :config
- (golden-ratio-mode))
+;; (use-package golden-ratio
+;; :config
+;; (golden-ratio-mode))
(defun push-mark-no-activate ()
"Pushes `point' to `mark-ring' and does not activate the region
@@ -725,7 +725,7 @@ incrementally selecting more and more of the text.
(setq TeX-engine 'xetex)
(setq TeX-auto-save t)
(setq TeX-parse-self t)
- (setq TeX-command-extra-options "-shell-escape")
+ (setq-default TeX-command-extra-options "-shell-escape")
(setq TeX-save-query nil)
(setq-default TeX-master nil)
(setq TeX-PDF-mode t)