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)))