mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix #3037: gr/gR not bound on correct elfeed keymap
This commit is contained in:
@ -493,7 +493,7 @@ To change these keys see `+evil-repeat-keys'."
|
|||||||
:n "gr" #'notmuch-refresh-this-buffer
|
:n "gr" #'notmuch-refresh-this-buffer
|
||||||
:n "gR" #'notmuch-poll-and-refresh-this-buffer)
|
:n "gR" #'notmuch-poll-and-refresh-this-buffer)
|
||||||
(:after elfeed
|
(:after elfeed
|
||||||
:map elfeed-search-update--force
|
:map elfeed-search-mode-map
|
||||||
:n "gr" #'elfeed-search-update--force
|
:n "gr" #'elfeed-search-update--force
|
||||||
:n "gR" #'elfeed-search-fetch))
|
:n "gR" #'elfeed-search-fetch))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user