From 1bb4e590c2890fe9c696f383f9b10ab6b46ad0ca Mon Sep 17 00:00:00 2001 From: condy Date: Sat, 13 Jun 2020 11:28:33 +0800 Subject: [PATCH] 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. --- evil-collection.el | 2 +- modes/elfeed/evil-collection-elfeed.el | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/evil-collection.el b/evil-collection.el index 3f7bfe6..d7274a5 100644 --- a/evil-collection.el +++ b/evil-collection.el @@ -8,7 +8,7 @@ ;; Pierre Neidhardt ;; 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 diff --git a/modes/elfeed/evil-collection-elfeed.el b/modes/elfeed/evil-collection-elfeed.el index 605e11a..21061ea 100644 --- a/modes/elfeed/evil-collection-elfeed.el +++ b/modes/elfeed/evil-collection-elfeed.el @@ -80,6 +80,7 @@ (kbd "SPC") 'scroll-up-command (kbd "S-SPC") 'scroll-down-command + (kbd "") 'elfeed-show-next-link ;; filter "s" 'elfeed-show-new-live-search