Map elfeed bindings in the bepo
layer
This commit is contained in:
parent
421b49c7e5
commit
e6733ba552
1 changed files with 10 additions and 0 deletions
|
@ -70,6 +70,16 @@
|
|||
"C-k"
|
||||
"C-l"))
|
||||
|
||||
(bepo|config elfeed
|
||||
:description
|
||||
"Remap `elfeed' bindings."
|
||||
:loader
|
||||
(spacemacs|use-package-add-hook elfeed :post-config BODY)
|
||||
:config
|
||||
(bepo/evil-correct-keys 'evilified elfeed-show-mode-map
|
||||
"C-j"
|
||||
"C-k"))
|
||||
|
||||
(bepo|config evil
|
||||
:description
|
||||
"Remap `evil' bindings, and map some unused ones as aliases."
|
||||
|
|
Reference in a new issue