branch: externals/auctex-cont-latexmk
commit e789a512cc8a9dcda6eafced81c4c7e9c41e6dc8
Author: Paul Nelson <[email protected]>
Commit: Paul Nelson <[email protected]>

    disable -shell-escape flag by default
    
    This is to keep things "safe" by default.
---
 auctex-cont-latexmk.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/auctex-cont-latexmk.el b/auctex-cont-latexmk.el
index 45e83f041f..e690197671 100644
--- a/auctex-cont-latexmk.el
+++ b/auctex-cont-latexmk.el
@@ -201,7 +201,7 @@ Flymake report function to propagate to indirect buffers."
 ;;; Continuous Compilation
 
 (defcustom auctex-cont-latexmk-command
-  '("latexmk -pvc -shell-escape -pdf -view=none -e "
+  '("latexmk -pvc -pdf -view=none -e "
     ("$pdflatex=q/pdflatex %O -synctex=1 -interaction=nonstopmode %S/"))
   "Command to compile LaTeX documents.
 This is a list consisting of strings or lists of strings.  It is

Reply via email to