Add keybinding to insert a heading in org-noter
This commit is contained in:
parent
bdc40e3f79
commit
6ae9a4da84
|
@ -11,3 +11,7 @@
|
||||||
(map! :leader :n "o e" #'=rss)
|
(map! :leader :n "o e" #'=rss)
|
||||||
;; Map wallabag to global keybinding
|
;; Map wallabag to global keybinding
|
||||||
(map! :leader :n "o w" #'=wallabag)
|
(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")
|
||||||
|
|
Loading…
Reference in New Issue