[elfeed]: fix filter bindings

The function that resets the filter, "elfeed-search-clear-filter", was
not binded.
This commit is contained in:
Max Dupré 2021-07-01 02:14:43 -07:00
parent 6c97b0c186
commit 51a024c4cb
No known key found for this signature in database
GPG Key ID: 0B6C8A1260E240CB
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@
;; filter
"s" 'elfeed-search-live-filter
"S" 'elfeed-search-set-filter
"c" 'elfeed-search-clear-filter
;; refresh
"gR" 'elfeed-search-fetch ; TODO: Which update function is more useful?