diff options
Diffstat (limited to 'elfeed-conf.el')
-rw-r--r-- | elfeed-conf.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/elfeed-conf.el b/elfeed-conf.el index ea8f974..61e43a9 100644 --- a/elfeed-conf.el +++ b/elfeed-conf.el @@ -31,7 +31,11 @@ (list (list "https://wiwi.video/feeds/videos.atom?sort=-publishedAt" 'wiwi) (list "https://protesilaos.com/codelog.xml" - 'prot))) + 'prot 'code) + (list "https://protesilaos.com/news.xml" + 'prot 'news) + (list "https://protesilaos.com/politics.xml" + 'prot 'politics))) ;; I still prefer the defaults. |