diff --git a/init.el b/init.el index 99037f4..bf7cc87 100644 --- a/init.el +++ b/init.el @@ -40,4 +40,6 @@ '(("http://lambda-the-ultimate.org/node/feed" lambda) ("https://acoup.blog/feed" acoup) ("https://guix.gnu.org/feeds/blog.atom" guix) - ("https://mmhaskell.com/blog?format=rss" haskell))) + ("https://mmhaskell.com/blog?format=rss" haskell) + ("https://www.inspiredpython.com/feed" python))) +(put 'upcase-region 'disabled nil)