From 695f846635279f41dd6d502115e8d223d0d683c1 Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Sat, 30 Jan 2021 11:26:42 -0600
Subject: Change elfeed-protocol to just a big feed list

---
 config.org | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 59 insertions(+), 1 deletion(-)

diff --git a/config.org b/config.org
index e24fddf..0f49797 100644
--- a/config.org
+++ b/config.org
@@ -1945,7 +1945,65 @@ See [[https://github.com/redguardtoo/mastering-emacs-in-one-year-guide/blob/mast
   (define-key acdw/leader "f" #'elfeed)
 #+end_src
 
-*** Elfeed-protocol
+*** Elfeed feeds
+
+#+begin_src emacs-lisp :noweb-ref settings
+  (setq elfeed-feeds
+        `(
+          ("https://rachelbythebay.com/w/atom.xml" blags tech)
+          ("https://notes.neeasade.net/rss_full.xml" blags tech)
+          ("https://www.uninformativ.de/blog/feeds/en.atom" blags tech)
+          ("http://blog.z3bra.org/rss/feed.xml" blags tech)
+          ("https://blog.sanctum.geek.nz/feed/" blags tech)
+          ("https://drewdevault.com/blog/index.xml" blags tech)
+          ("https://usesthis.com/feed.atom" tech)
+          ("https://occasionallycogent.com/feed.xml" blags)
+          ("https://www.murilopereira.com/index.xml" blags tech)
+          ("https://botanistinthekitchen.blog/feed/" blags food)
+          ("https://www.careercenterbr.com/feed/" work)
+          ("https://blog.ebrpl.com/feed/"         work)
+          (,(concat "https://lemmy.ml/feeds/front/" ; long-ass url
+                    "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9."
+                    "eyJpZCI6MTY4MjQsImlzcyI6ImxlbW15Lm1sIn0"
+                    ".yE2zUGjvlEuTZZi3TiF9HR7L7ITM9f_"
+                    "fQnquyYLgdJ4.xml?sort=Active")
+            news)
+          ("https://lobste.rs/rss" news tech)
+          ("https://feeds.npr.org/1001/rss.xml" news)
+          (,(concat ; long-ass url
+             "https://tilde.news/rss?token="
+             "FvdFj8rQkhrBy9j1yON1t6RYKDdcuG1MoUlyvRICmbgDGCf2JTWAEObDhdgt")
+            news tildes tech)
+          ("https://www.acdw.net/atom.xml"              fwends)
+          ("https://envs.net/~lucidiot/rsrsss/feed.xml" fwends)
+          ("https://planet.emacslife.com/atom.xml" emacs)
+          ("http://tilde.town/~lucidiot/fridaypostcard.xml" tildes)
+          ("https://quasivoid.net/feed.atom"                tildes)
+          ("https://benjaminwil.info/feed.xml"              tildes)
+          ("https://benjaminwil.info/antisocial/feed.xml"   tildes)
+          ("https://blog.ryliejamesthomas.net/feed/"        tildes)
+          ("https://p1k3.com/feed"                          tildes)
+          ("https://cosmic.voyage/rss.xml"                  tildes)
+          ("https://jackreid.xyz/index.xml"                 tildes)
+          ("http://lambdacreate.com/static/feed.rss"        tildes)
+          ("https://gaffen.co.uk/feed.xml"                  tildes)
+          ("https://gmb.21x2.net/rss.xml"                   tildes)
+          ("https://www.insom.me.uk/feed.xml"               tildes)
+          ("https://invisibleup.com/atom.xml"               tildes)
+          ("https://m455.casa/feed.rss"                     tildes)
+          ("https://petras.space/index.xml"                 tildes)
+          ("https://www.benovermyer.com/post/index.xml"     tildes)
+          ("https://tilde.town/~trm/blog/atom.xml"          tildes)
+          ("https://tilde.team/feed.rss"                    tildes)
+          ("http://ajroach42.com/feed.xml"                  tildes)
+          ("http://tilde.town/~mroik/blog/rss.xml"          tildes)
+          ("https://hamster.dance/blog/rss/"                tildes)
+          ("https://m455.neocities.org/feed.rss"            tildes)
+          ("https://eli.li/feed.rss"                        tildes)
+          ("https://aiweirdness.com/rss" tech)))
+#+end_src
+
+*** COMMENT Elfeed-protocol
 
 I'm not /the most/ happy with this -- it seems like a lot for not that
 much -- but until I figure out a proper syncing solution, it'll do.
-- 
cgit 1.4.1-21-gabe81