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

View File

@ -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))