Browse Source

Add prot to feeds

main
parent
commit
24b26a9f7a
  1. 7
      modules/elfeed.org

7
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 (use-package elfeed
:commands (elfeed elfeed-update) :commands (elfeed elfeed-update)
:custom (elfeed-feeds (quote :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://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 #+end_src
* Shortcuts * Shortcuts

Loading…
Cancel
Save