diff options
Diffstat (limited to 'oni-elfeed.el')
| -rw-r--r-- | oni-elfeed.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/oni-elfeed.el b/oni-elfeed.el index ca72c1f..42a95b7 100644 --- a/oni-elfeed.el +++ b/oni-elfeed.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 2026.0316.235056 +;; Version: 2026.0602.013053 ;; Package-Requires: (elfeed olivetti) ;; This program is free software; you can redistribute it and/or modify @@ -105,7 +105,10 @@ "https://signal.org/blog/rss.xml" ("https://pivot-to-ai.com/feed/" ai) "https://pluralistic.net/feed/" - ("https://phpreads.com/feed" php))) + ("https://phpreads.com/feed" php) + ("https://mastodon.social/tags/emacs.rss" emacs) + "https://ohai.social/tags/ToddlerDnD.rss" + "https://writethatblog.substack.com/feed")) (add-hook 'elfeed-new-entry-hook (elfeed-make-tagger :before "2 weeks ago" |
