From eb1904e81472285545551c412149bfa4d655aec6 Mon Sep 17 00:00:00 2001 From: mprodges Date: Mon, 17 Jan 2022 13:25:59 +0000 Subject: [PATCH] Update feeds list. --- init.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 085873f..c6c9e94 100644 --- a/init.el +++ b/init.el @@ -34,6 +34,7 @@ ;; load elfeed feeds (setq elfeed-feeds - '("http://lambda-the-ultimate.org/node/feed" - "https://acoup.blog/feed" - "https://guix.gnu.org/feeds/blog.atom")) + '(("http://lambda-the-ultimate.org/node/feed" lambda) + ("https://acoup.blog/feed" acoup) + ("https://guix.gnu.org/feeds/blog.atom" guix) + ("https://mmhaskell.com/blog?format=rss" haskell)))