Fix #3037: gr/gR not bound on correct elfeed keymap

This commit is contained in:
Henrik Lissner 2020-05-04 16:39:50 -04:00
parent aa64ece46d
commit c1f973bf4a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -493,7 +493,7 @@ To change these keys see `+evil-repeat-keys'."
:n "gr" #'notmuch-refresh-this-buffer
:n "gR" #'notmuch-poll-and-refresh-this-buffer)
(:after elfeed
:map elfeed-search-update--force
:map elfeed-search-mode-map
:n "gr" #'elfeed-search-update--force
:n "gR" #'elfeed-search-fetch))