From 320c5d6478e95636b4cdc89fd3ca60ac016beb9c Mon Sep 17 00:00:00 2001 From: Mateus Rodrigues Date: Sun, 6 Nov 2022 12:53:34 +0000 Subject: [PATCH] Add emacs news to elfeed. --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index bf7cc87..55954bd 100644 --- a/init.el +++ b/init.el @@ -41,5 +41,6 @@ ("https://acoup.blog/feed" acoup) ("https://guix.gnu.org/feeds/blog.atom" guix) ("https://mmhaskell.com/blog?format=rss" haskell) - ("https://www.inspiredpython.com/feed" python))) + ("https://www.inspiredpython.com/feed" python) + ("https://sachachua.com/blog/category/emacs-news/feed" emacs))) (put 'upcase-region 'disabled nil)