From aecc20f5e7a5d8b8b81e79955519d0b8646629c2 Mon Sep 17 00:00:00 2001 From: Mateus Rodrigues Date: Mon, 27 Nov 2023 12:10:28 +0000 Subject: [PATCH] update feeds list --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index fde665d..0a3dab5 100644 --- a/init.el +++ b/init.el @@ -43,11 +43,11 @@ '(("http://lambda-the-ultimate.org/node/feed" lambda) ("https://acoup.blog/feed" acoup history) ("https://talesoftimesforgotten.com/feed" history) + ("https://pastsimperfect.substack.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://dthompson.us/feed.xml" guile) - ("https://wingolog.org/feed/atom" guile scheme) - ("https://jazzfuel.com/feed/" jazz music))) + ("https://wingolog.org/feed/atom" guile scheme))) (put 'upcase-region 'disabled nil)