diff --git a/+keybindings.el b/+keybindings.el index 2891d5c..8af6000 100644 --- a/+keybindings.el +++ b/+keybindings.el @@ -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")