From 60a44f83c01bbd72b268323ecb9ad9e5244fe9b3 Mon Sep 17 00:00:00 2001 From: mprodges Date: Fri, 26 Feb 2021 19:29:19 -0300 Subject: [PATCH] Load my feeds' URLs. --- init.el | 6 ++++++ 1 file changed, 6 insertions(+) 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"))