branch: externals/auctex-cont-latexmk
commit 447b9f3be2ffcce079fb61f323fb283e9f78a365
Author: Paul Nelson <ultr...@gmail.com>
Commit: Paul Nelson <ultr...@gmail.com>

    add synctex to default options
---
 czm-tex-compile.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/czm-tex-compile.el b/czm-tex-compile.el
index f3a858bf0a..5553dfefa1 100644
--- a/czm-tex-compile.el
+++ b/czm-tex-compile.el
@@ -45,7 +45,7 @@
 (require 'esh-mode)
 
 (defcustom czm-tex-compile-command
-  "latexmk -shell-escape -pvc -pdf -view=none -e '$pdflatex=q/pdflatex %O 
-interaction=nonstopmode %S/'"
+  "latexmk -shell-escape -pvc -pdf -view=none -e '$pdflatex=q/pdflatex %O 
-synctex=1 -interaction=nonstopmode %S/'"
   "Command to compile LaTeX documents."
   :type 'string
   :group 'czm-tex-compile)

Reply via email to