From 5d91770668ab61ed13ada3f129064f44347d5e0f Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Mon, 1 Apr 2019 23:52:14 -0400 Subject: [PATCH] make latex work with graphviz --- conf.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf.org b/conf.org index 6bf8175..49bb44b 100644 --- a/conf.org +++ b/conf.org @@ -793,6 +793,12 @@ I like having my lines short and readable (also easier to git). Turn on autofill (add-hook 'LaTeX-mode-hook #'nd/turn-on-auto-fill-maybe) (add-hook 'LaTeX-mode-hook #'fci-mode) #+END_SRC +**** local variables +#+BEGIN_SRC emacs-lisp +(with-eval-after-load 'tex + (add-to-list 'safe-local-variable-values + '(TeX-command-extra-options . "-shell-escape"))) +#+END_SRC **** BibTeX ***** database management #+BEGIN_SRC emacs-lisp