From 24b26a9f7aaf51b55c41d1a01f3e529085f114f2 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Mon, 17 May 2021 11:01:08 -0400 Subject: [PATCH] Add prot to feeds --- modules/elfeed.org | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/elfeed.org b/modules/elfeed.org index e349419..fc2cc95 100644 --- a/modules/elfeed.org +++ b/modules/elfeed.org @@ -17,10 +17,11 @@ Setup a news feed inside of Emacs using ~elfeed~[fn:1], an Emacs web feeds clien (use-package elfeed :commands (elfeed elfeed-update) :custom (elfeed-feeds (quote - (("https://chrishayward.xyz/index.xml") - ("https://hexdsl.co.uk/rss.xml") + (("https://hexdsl.co.uk/rss.xml") ("https://lukesmith.xyz/rss.xml") - ("https://friendo.monster/rss.xml"))))) + ("https://friendo.monster/rss.xml") + ("https://chrishayward.xyz/index.xml") + ("https://protesilaos.com/codelog.xml"))))) #+end_src * Shortcuts