From 70d27dc4a890479171749c533ea8a2c611d23444 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 11 Oct 2022 08:59:45 +0200 Subject: [PATCH] Show latex preview automatically in org mode --- +org.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/+org.el b/+org.el index 6fa78e7..db2eaf3 100644 --- a/+org.el +++ b/+org.el @@ -148,8 +148,9 @@ (setq org-noter-always-create-frame nil org-noter-doc-split-fraction '(0.7 . 0.3) org-noter-default-heading-title " ")) -;; Increase the latex preview size -(setq org-format-latex-options (plist-put org-format-latex-options :scale 3.0)) +;; Show latex preview automatically and increase its size +(setq org-startup-with-latex-preview t + org-format-latex-options (plist-put org-format-latex-options :scale 3.0)) ;; Close tags automatically (after! smartparens (sp-with-modes 'org-mode