Add keybindings for elfeed and wallabag
This commit is contained in:
parent
58c25ac89b
commit
9625e9b14f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue