Compare commits

..

2 Commits

Author SHA1 Message Date
coolneng 76c8fbac27
Modify the splash screen actions 2022-09-17 12:33:44 +02:00
coolneng 0a69b47961
Set up org-noter 2022-09-17 12:15:09 +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"))