Add keybindings for elfeed and wallabag

This commit is contained in:
coolneng 2022-09-24 23:15:44 +02:00
parent 58c25ac89b
commit 9625e9b14f
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 4 additions and 0 deletions

View File

@ -7,3 +7,7 @@
(map! :map poly-markdown+R-mode-map
:n "RET" #'polymode-eval-chunk
:desc "Evaluate code block")
;; Map elfeed to global keybinding
(map! :leader :n "o e" #'=rss)
;; Map wallabag to global keybinding
(map! :leader :n "o w" #'=wallabag)