On Fri, Jun 10, 2022 at 1:33 AM Emanuel Berg <incal@dataswamp.org> wrote:
And this method of getting the data is perhaps more convenient
still ... (post commands here, if and when someone tries it!)

Something like:

(use-package elfeed :ensure t) 
 
and either:

(setq elfeed-feeds '("https://sachachua.com/blog/feed/" "http://planet.emacslife.com/atom.xml"))
 
or

(setq elfeed-feeds '("https://sachachua.com/blog/feed/"))

is pretty good IMO.

~Chad