diff --git a/init.el b/init.el index 6ddea11..085873f 100644 --- a/init.el +++ b/init.el @@ -31,3 +31,9 @@ (load "~/.emacs.d/elisp/settings.el") (load "~/.emacs.d/elisp/extras.el") (load "~/.emacs.d/elisp/custom.el") + +;; load elfeed feeds +(setq elfeed-feeds + '("http://lambda-the-ultimate.org/node/feed" + "https://acoup.blog/feed" + "https://guix.gnu.org/feeds/blog.atom"))