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