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 /modes/elfeed | |
| 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.
Diffstat (limited to 'modes/elfeed')
| -rw-r--r-- | modes/elfeed/evil-collection-elfeed.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
