Add keybinding to insert a heading in org-noter

This commit is contained in:
coolneng 2022-10-01 00:53:55 +02:00
parent 4abcfb8912
commit 73039f9790
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 4 additions and 0 deletions

View File

@ -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 pdf-view-mode
:n "i" #'org-noter-insert-note
:desc "Insert note with a subheading")