diff --git a/+org.el b/+org.el index 9c0c8c9..3284847 100644 --- a/+org.el +++ b/+org.el @@ -132,5 +132,7 @@ ;; Configure a better split and some default for org-noter (after! org-noter (setq org-noter-always-create-frame nil - org-noter-doc-split-fraction '(0.7 . 0.3)) - org-noter-default-notes-file-names '("~/Notes/Logosyllogi.org")) + 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))