1 files changed, 3 insertions(+), 0 deletions(-)
M init.el
M init.el => init.el +3 -0
@@ 198,6 198,9 @@
;;; TeX/LaTeX
(use-package tex
:ensure auctex
+ :init
+ (progn
+ (setq TeX-command-extra-options "-shell-escape"))
:config
(progn
(setcdr (assoc 'output-pdf TeX-view-program-selection)