Browse Source

Merge branch 'main' of git.chrishayward.xyz:chris/dotfiles into main

main
parent
commit
9d1f0e5d58
  1. BIN
      docs/daily/2021-05-17.org.gpg
  2. 7
      modules/elfeed.org

BIN
docs/daily/2021-05-17.org.gpg

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
: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

Loading…
Cancel
Save