Set the default org-noter filename to the default

This commit is contained in:
coolneng 2022-10-01 00:53:19 +02:00
parent bfef58394d
commit 4abcfb8912
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 2 deletions

View File

@ -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 " "))