Compare commits
3 Commits
a3659a8ca5
...
de46a61c3a
Author | SHA1 | Date |
---|---|---|
coolneng | de46a61c3a | |
coolneng | fd892debe9 | |
coolneng | 4abcfb8912 |
|
@ -11,3 +11,7 @@
|
|||
(map! :leader :n "o e" #'=rss)
|
||||
;; Map wallabag to global keybinding
|
||||
(map! :leader :n "o w" #'=wallabag)
|
||||
;; Keybindings for org-noter
|
||||
(map! :mode org-noter
|
||||
:n "i" #'org-noter-insert-note
|
||||
:desc "Insert note with a subheading")
|
||||
|
|
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