Compare commits

..

2 Commits

Author SHA1 Message Date
coolneng e45de2f636
Modify the splash screen actions 2022-09-18 18:07:48 +02:00
coolneng b2125f273e
Set up org-noter 2022-09-18 18:07:48 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -130,6 +130,6 @@
(setq org-modern-star [""])) (setq org-modern-star [""]))
;; Configure a better split and some default for org-noter ;; Configure a better split and some default for org-noter
(after! org-noter (after! org-noter
(setq org-noter-always-create-frame 'nil (setq org-noter-always-create-frame nil
org-noter-doc-split-fraction '(0.7 . 0.3)) org-noter-doc-split-fraction '(0.7 . 0.3))
org-noter-default-notes-file-names '("~/Notes/Logosyllogi.org")) org-noter-default-notes-file-names '("~/Notes/Logosyllogi.org"))