elfeed: Bind TAB to move the point to the next link

Also fix package lint error, since an explicit dependency on cl-lib <= 1.0 is
not needed on Emacs >= 24.3.
This commit is contained in:
condy 2020-06-13 11:28:33 +08:00 committed by Pierre Neidhardt
parent f861ab98d9
commit 1bb4e590c2
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@
;; Pierre Neidhardt <mail@ambrevar.xyz>
;; URL: https://github.com/emacs-evil/evil-collection
;; Version: 0.0.2
;; Package-Requires: ((emacs "25.1") (cl-lib "0.5") (evil "1.2.13") (annalist "1.0"))
;; Package-Requires: ((emacs "25.1") (evil "1.2.13") (annalist "1.0"))
;; Keywords: evil, tools
;; This program is free software; you can redistribute it and/or modify

View File

@ -80,6 +80,7 @@
(kbd "SPC") 'scroll-up-command
(kbd "S-SPC") 'scroll-down-command
(kbd "<tab>") 'elfeed-show-next-link
;; filter
"s" 'elfeed-show-new-live-search