diff options
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 16 |
1 files changed, 13 insertions, 3 deletions
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" |