From 9c1d1d5f1e5a6e137cde9bac241da7f1cc9a1e04 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 30 Mar 2024 11:31:59 -0700 Subject: rss pruning --- init-el.org | 34 ++++++---------------------------- 1 file changed, 6 insertions(+), 28 deletions(-) diff --git a/init-el.org b/init-el.org index 13ee6bf..ceae19a 100644 --- a/init-el.org +++ b/init-el.org @@ -1023,34 +1023,12 @@ imenu-list displayes imenu results in a a navigable table-of-contents tree-like (setq elfeed-db-directory "~/notes/dot-elfeed") (setq elfeed-feeds - '( - ("https://www.n16f.net/blog/index.xml" blog programming emacs lisp) - ("https://deprogrammaticaipsum.com/rss" programming blog) - ("https://abuseofnotation.github.io/feed" blog philosophy programming) - ("https://whhone.com/index.xml" blog emacs) - ("https://feedly.com/i/subscription/feed/https://www.cold-takes.com/rss/" blog ) - ("https://www.construction-physics.com/feed" science blog) - ("https://economicsfromthetopdown.com/feed" blog economics science) - ("https://newsletter.aworkinglibrary.com/rss" culture technology) - ("https://harpers.org/feed" culture politics news) - ("https://solar.lowtechmagazine.com/posts/index.xml" technology) - ("https://lambdaland.org/index.xml" blog lisp emacs) - ("https://warandpeas.com/feed" comics) - ("http://planet.lisp.org/rss20.xml" lisp blog) - ("http://feeds2.feedburner.com/NoTechMagazine" technology) - ("http://www.thingsmagazine.net/feed" art culture) - ("https://commonstransition.org/feed/" commons p2p) - ("http://blog.p2pfoundation.net/feed/" p2p activism research) - ("https://www.noemamag.com/feed" culture technology) - ("https://theconvivialsociety.substack.com/feed" technology culture philosophy) - ("https://daily.jstor.org/feed" news) - ("https://www.merriam-webster.com/wotd/feed/rss2" wordoday) - ("https://www.viruscomix.com/rss.xml" comics) - ("https://smbc-comics.com/rss.php" comics) - ("https://www.science.org/blogs/pipeline/feed" science news) - ("https://existentialcomics.com/rss.xml" comics) - ("http://feeds.feedburner.com/OddityCentral" weird) - ("https://journal.stuffwithstuff.com/rss.xml" programming blog))) + '(("https://harpers.org/feed" culture politics news) + ("https://theconvivialsociety.substack.com/feed" technology culture philosophy) + ("https://www.bostonreview.net/topics/philosophy-religion/feed" philosophy) + ("https://www.bostonreview.net/topics/class-inequality/feed" politics) + ("https://thepointmag.com/feed/" culture philosophy) + ("https://www.merriam-webster.com/wotd/feed/rss2" wordoday))) (setq-default elfeed-search-filter "@2-weeks-ago +unread") -- cgit v1.2.3