diff options
| author | condy <condy0919@gmail.com> | 2020-06-13 11:28:33 +0800 |
|---|---|---|
| committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-06-14 14:58:50 +0200 |
| commit | 1bb4e590c2890fe9c696f383f9b10ab6b46ad0ca (patch) | |
| tree | d3da2b3baf284513e8a0db6752f0cf8bc766a861 | |
| parent | f861ab98d9410df056e85ade101d8bea0e0675f9 (diff) | |
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.
| -rw-r--r-- | evil-collection.el | 2 | ||||
| -rw-r--r-- | modes/elfeed/evil-collection-elfeed.el | 1 |
2 files changed, 2 insertions, 1 deletions
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 <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 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 "<tab>") 'elfeed-show-next-link ;; filter "s" 'elfeed-show-new-live-search |
