From 4abcfb89129d18870848bc23c679c6fdc95af9d5 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 1 Oct 2022 00:53:19 +0200 Subject: [PATCH] Set the default org-noter filename to the default --- +org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/+org.el b/+org.el index 9c0c8c9..eaf4d1f 100644 --- a/+org.el +++ b/+org.el @@ -132,5 +132,5 @@ ;; 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 " "))