summaryrefslogtreecommitdiff
path: root/modes/elfeed
AgeCommit message (Collapse)Author
2022-06-06Change package-requires to 26.3James Nguyen
25 was already deprecated a year ago: https://github.com/emacs-evil/evil-collection/pull/508/files
2021-07-01[elfeed]: fix filter bindingsMax Dupré
The function that resets the filter, "elfeed-search-clear-filter", was not binded.
2021-02-03Refactor menu-items to use evil-collection-define-operator-keyJames Nguyen
2021-01-10elfeed: Bind q, ZQ, ZZ to elfeed-search-quit-windowDavide Masserut
elfeed binds `q` to `elfeed-search-quit-window` which saves the db and quit the window. As today we only close the window which may lead to data loss.
2020-11-15elfeed: revamped via read-only bindingscondy
2020-06-14elfeed: Bind TAB to move the point to the next linkcondy
Also fix package lint error, since an explicit dependency on cl-lib <= 1.0 is not needed on Emacs >= 24.3.
2019-10-09Use subdirectories for setup files (+READMEs)Justin Burkett
Move setup files into subdirectories. Move mode directories to modes subdir. This will make it easy to specify a recipe in melpa that maintains the directory structure. Add interactive functions to jump to .el and README files See #170