Add keybinding to insert a heading in org-noter
This commit is contained in:
parent
4abcfb8912
commit
73039f9790
|
@ -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 pdf-view-mode
|
||||||
|
:n "i" #'org-noter-insert-note
|
||||||
|
:desc "Insert note with a subheading")
|
||||||
|
|
Loading…
Reference in New Issue