emacs.d

My emacs configuration, done in a literate programming fashion using org-mode

git clone git://git.shimmy1996.com/emacs.d.git
commit 934b231183b28be4d7c49e7bf1ef3d80fad34f15
parent edd131262ff9831f0cf05135b9c32f35b60462fa
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Tue, 16 Apr 2019 00:04:35 -0400

Enable shell-escape globally.

Diffstat:
MREADME.org | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.org b/README.org
@@ -1231,11 +1231,11 @@ Use =svg= for supporting SVGs. Requires =inkscape= to be installed.
 
 ***** Shell Escape
 This is required for =minted= and =svg= to work.
-#+begin_src emacs-lisp :eval query-export :exports none :results silent
-  (setq-local org-latex-pdf-process
-              '("%latex -shell-escape -interaction nonstopmode -output-directory %o %f"
-                "%latex -shell-escape -interaction nonstopmode -output-directory %o %f"
-                "%latex -shell-escape -interaction nonstopmode -output-directory %o %f"))
+#+begin_src emacs-lisp
+  (setq org-latex-pdf-process
+        '("%latex -shell-escape -interaction nonstopmode -output-directory %o %f"
+          "%latex -shell-escape -interaction nonstopmode -output-directory %o %f"
+          "%latex -shell-escape -interaction nonstopmode -output-directory %o %f"))
 #+end_src
 
 ** Python-mode