From 19839d3067c8bd779fc05eb0f355564b232329b3 Mon Sep 17 00:00:00 2001 From: tslil Date: Tue, 25 Aug 2026 15:25:32 +0100 Subject: [emacs] lexical binding i guess --- emacs/inits/24-latex.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'emacs/inits/24-latex.el') 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 -- cgit v1.2.3