diff options
| author | 2026-05-18 10:19:43 -0700 | |
|---|---|---|
| committer | 2026-05-22 06:38:28 -0700 | |
| commit | 95c62db02aacec5c9911b8c5fd87b47153a5d7c2 (patch) | |
| tree | d199161af39f21c9dfb19f9da806fe68dc9826cd | |
| parent | a6b921b8e0bdec78444a31f8fac2b2dabc80e964 (diff) | |
| download | emacs-config-95c62db02aacec5c9911b8c5fd87b47153a5d7c2.tar.gz emacs-config-95c62db02aacec5c9911b8c5fd87b47153a5d7c2.zip | |
oni-elfeed: Add some feeds
| -rw-r--r-- | oni-elfeed.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/oni-elfeed.el b/oni-elfeed.el index ca72c1f..c874929 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.0331.094557 ;; Package-Requires: (elfeed olivetti) ;; This program is free software; you can redistribute it and/or modify @@ -105,7 +105,9 @@ "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")) (add-hook 'elfeed-new-entry-hook (elfeed-make-tagger :before "2 weeks ago" |
