Add description to wallabag and elfeed

This commit is contained in:
coolneng 2022-11-24 13:22:24 +01:00
parent 6bb4e798c3
commit 309e692435
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 4 additions and 2 deletions

View File

@ -8,9 +8,11 @@
:n "RET" #'polymode-eval-chunk :n "RET" #'polymode-eval-chunk
:desc "Evaluate code block") :desc "Evaluate code block")
;; Map elfeed to global keybinding ;; Map elfeed to global keybinding
(map! :leader :n "o e" #'=rss) (map! :leader :n "o e" #'=rss
:desc "RSS reader")
;; Map wallabag to global keybinding ;; Map wallabag to global keybinding
(map! :leader :n "o w" #'=wallabag) (map! :leader :n "o w" #'=wallabag
:desc "Read saved articles")
;; Keybindings for org-noter ;; Keybindings for org-noter
(map! :mode pdf-view-mode (map! :mode pdf-view-mode
:n "i" #'org-noter-insert-note :n "i" #'org-noter-insert-note