From 5a5773d7240655fd13b6dcb0efe3c4ba3036c4d0 Mon Sep 17 00:00:00 2001
From: Thanos Apollo <public@thanosapollo.com>
Date: Wed, 1 Mar 2023 16:40:50 +0200
Subject: emacs: Update elfeed feeds

---
 .emacs.d/init.el | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

(limited to '.emacs.d')

diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 95b6c53..c4d09c6 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -888,9 +888,17 @@ you have the correctly set the OPENAI_API_KEY variable"
 		     ("https://guix.gnu.org/feeds/blog.atom"
 		      gnu guix)
 		     ("https://rss.nytimes.com/services/xml/rss/nyt/Science.xml"
-		      NYT science)
+		      NYT science news)
 		     ("https://rss.nytimes.com/services/xml/rss/nyt/Health.xml"
-		      NYT med)
+		      NYT med news)
+		     ("https://rss.nytimes.com/services/xml/rss/nyt/World.xml"
+		      NYT world news)
+		     ("https://rss.nytimes.com/services/xml/rss/nyt/US.xml"
+		      NYT us news)
+		     ("https://www.addtoany.com/add_to/feed?linkurl=http%3A%2F%2Fwww.thelancet.com%2Frssfeed%2Flancet_current.xml&type=feed&linkname=The%20Lancet%20Current%20Issue&linknote="
+		      lancet med)
+		     ("http://nullprogram.com/feed/"
+		      emacs linux)
 		     ("https://drewdevault.com/blog/index.xml"
 		      sourcehut drewdevault)
 		     ("https://www.youtube.com/feeds/videos.xml?channel_id=UCVls1GmFKf6WlTraIb_IaJg"
@@ -906,7 +914,9 @@ you have the correctly set the OPENAI_API_KEY variable"
 		     ("https://www.youtube.com/feeds/videos.xml?channel_id=UC0uTPqBCFIpZxlz_Lv1tk_g"
 		      youtube prot)
 		     ("https://www.youtube.com/feeds/videos.xml?channel_id=UCq6VFHwMzcMXbuKyG7SQYIg"
-		      youtube moist))))
+		      youtube moist)
+		     ("https://www.youtube.com/feeds/videos.xml?channel_id=UC05XpvbHZUQOfA6xk4dlmcw"
+		      youtube djware))))
 
 (defun elfeed-v-mpv (url)
   "Watch a video from URL in MPV" 
-- 
cgit v1.2.3