From f3aebb376c67252d7b12857a4f3e551e9b2d3d45 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Wed, 27 Dec 2023 15:39:58 +0100 Subject: [PATCH] LaTeX preview on default --- emacs/.config/doom/config.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/emacs/.config/doom/config.org b/emacs/.config/doom/config.org index 77135cf..cfb2efc 100644 --- a/emacs/.config/doom/config.org +++ b/emacs/.config/doom/config.org @@ -453,6 +453,11 @@ This function could also become useful if we ever want to extend the compile com (after! org (setq org-startup-with-inline-images t)) #+end_src +*** Enable \LaTeX preview on default +#+begin_src emacs-lisp :tangle init.el +(after! org + (setq org-startup-latex-with-latex-preview t)) +#+end_src ** Org Agenda Setup *** Progress States