user86940

Results 2 comments of user86940

I had your same problem and this works (copy into the init file): (defun my/elfeed-search-sort--feed-url (a b) (>= (elfeed-entry-date a) (elfeed-entry-date b))) then customise elfeed-search-sort-function to be: my/elfeed-search-sort--feed-url Close this...