Compare commits
2 Commits
e45de2f636
...
76c8fbac27
Author | SHA1 | Date |
---|---|---|
coolneng | 76c8fbac27 | |
coolneng | 0a69b47961 |
2
+org.el
2
+org.el
|
@ -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"))
|
||||||
|
|
Loading…
Reference in New Issue