diff --git a/+org.el b/+org.el index c77d444..9e85d73 100644 --- a/+org.el +++ b/+org.el @@ -160,7 +160,8 @@ (after! org-noter (setq org-noter-always-create-frame nil org-noter-doc-split-fraction '(0.7 . 0.3) - org-noter-default-heading-title " ")) + org-noter-default-heading-title " " + org-noter-separate-notes-from-heading nil)) ;; 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))