Compare commits

..

5 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@
;; 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 ;; Keybindings for org-noter
(map! :mode org-noter (map! :mode pdf-view-mode
:n "i" #'org-noter-insert-note :n "i" #'org-noter-insert-note
:desc "Insert note with a subheading") :desc "Insert note with a subheading")