From 1cebbcac5aff245828bab0250848c73595f3236a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 19 Oct 2022 22:51:21 -0700 Subject: [oni-elfeed] Add another RSS feed --- oni-elfeed.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'oni-elfeed.el') diff --git a/oni-elfeed.el b/oni-elfeed.el index b1d515f..ebb8c6b 100644 --- a/oni-elfeed.el +++ b/oni-elfeed.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2022.0922.222847 +;; Version: 2022.0927.235248 ;; Package-Requires: (elfeed olivetti) ;; This program is free software; you can redistribute it and/or modify @@ -79,7 +79,8 @@ "https://ag91.github.io/rss.xml" "https://programming-journal.org/feed.xml" "https://unzip.dev/rss/" - ("http://lambda-the-ultimate.org/rss.xml" lisp))) + ("http://lambda-the-ultimate.org/rss.xml" lisp) + "https://planet.emacslife.com/atom.xml")) (add-hook 'elfeed-new-entry-hook (elfeed-make-tagger :before "2 weeks ago" -- cgit v1.2.3-54-g00ecf