Set the default org-noter filename to the default
This commit is contained in:
parent
bfef58394d
commit
4abcfb8912
4
+org.el
4
+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 " "))
|
||||
|
|
Loading…
Reference in New Issue