From e1788ccdb2e90a5da5cf3e78e4f034eff2975616 Mon Sep 17 00:00:00 2001 From: Mateus Rodrigues Date: Sun, 8 Jan 2023 15:07:19 +0000 Subject: [PATCH] Add tales of time forgotten and david thompson's blog to elfeed. --- init.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 55954bd..363b689 100644 --- a/init.el +++ b/init.el @@ -38,9 +38,11 @@ ;; load elfeed feeds (setq elfeed-feeds '(("http://lambda-the-ultimate.org/node/feed" lambda) - ("https://acoup.blog/feed" acoup) + ("https://acoup.blog/feed" acoup history) + ("https://talesoftimesforgotten.com/feed" history) ("https://guix.gnu.org/feeds/blog.atom" guix) ("https://mmhaskell.com/blog?format=rss" haskell) ("https://www.inspiredpython.com/feed" python) - ("https://sachachua.com/blog/category/emacs-news/feed" emacs))) + ("https://sachachua.com/blog/category/emacs-news/feed" emacs) + ("https://dthompson.us/feed.xml" guile))) (put 'upcase-region 'disabled nil)