From 45bc4fe724340bda2b2413f6c78684440d4798d2 Mon Sep 17 00:00:00 2001 From: mprodges Date: Mon, 11 Apr 2022 11:25:10 +0100 Subject: [PATCH] Add Inpsired Python to my feed list and enable upcase-region command --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)