From f24a67d9ca0a10ffd4fef3286789515c27e0fd77 Mon Sep 17 00:00:00 2001 From: eriedaberrie Date: Mon, 9 Jan 2023 11:00:41 -0800 Subject: [PATCH] Settings for minimal LaTeX setup in NixOS --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index a962ad2..02a5c6c 100644 --- a/init.el +++ b/init.el @@ -256,6 +256,9 @@ (org-list-allow-alphabetical t) (org-hide-emphasis-markers t) (org-pretty-entities t) + ;; NixOS minimal LaTeX setup + (org-latex-compiler "lualatex") + (org-preview-latex-default-process 'dvisvgm) :config (setq org-format-latex-options (plist-put org-format-latex-options :scale 1.1)))