diff options
| author | tslil <tslil@posteo.de> | 2026-08-25 15:25:32 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-25 15:31:42 +0100 |
| commit | 19839d3067c8bd779fc05eb0f355564b232329b3 (patch) | |
| tree | 1f12a4b5f117a762d9418f6d9f81d9a3bf4ff743 /emacs/inits/24-latex.el | |
| parent | f0838ce7e11af2e16e47806355ff76707bc5cbc1 (diff) | |
[emacs] lexical binding i guess
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 |
