From 62d1c03f8ff55d2904bf01a5c29d44ea6eea936d Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Tue, 19 Jan 2021 16:02:13 -0500 Subject: [PATCH] Add murilopereira.com rss feed --- emacs/.emacs.d/init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index b306799..d731d65 100755 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -4565,7 +4565,8 @@ Elfeed is a feed reader for Emacs. ;; AllSides Weekly Newsletter ("https://kill-the-newsletter.com/feeds/31flkb42eg3v31yu7ecm.xml" news) ("https://joshwcomeau.com/rss.xml" web blog) - ("https://victoria.dev/index.xml" blog)) + ("https://victoria.dev/index.xml" blog) + ("https://www.murilopereira.com/index.xml" blog emacs)) shr-use-colors nil) :general ('normal elfeed-search-mode-map "q" 'elfeed-search-quit-window)