diff options
Diffstat (limited to 'emacs/inits/24-latex.el')
| -rw-r--r-- | emacs/inits/24-latex.el | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/emacs/inits/24-latex.el b/emacs/inits/24-latex.el index 8df11c1..9f7b33d 100644 --- a/emacs/inits/24-latex.el +++ b/emacs/inits/24-latex.el @@ -1,6 +1,8 @@ -;; Time-stamp: <2025-06-25 19h55 BST (anker)> +;;; -*- lexical-binding: t -*- -(defvar latex-template-dir (expand-file-name "~/typeset/latex-templates")) +;; Time-stamp: <2026-01-15 20h47 GMT (2c38aa2b)> + +(defvar latex-template-dir (expand-file-name "~/typeset/typeset/latex-templates")) (defun prompt-latex-file-template () "Check if tex file does not exist or the command was called interactively. If neither, prompt to insert from a template @@ -119,7 +121,7 @@ populated from the directory *latex-template-dir*" TeX-source-correlate-mode 'synctex TeX-view-program-selection '(((output-dvi style-pstricks) "dvips and gv") (output-dvi "xdvi") - (output-pdf "Zathura") + (output-pdf "Evince") (output-html "xdg-open"))) ;; for PDF tools |
