diff options
| author | 2026-03-22 20:14:24 -0700 | |
|---|---|---|
| committer | 2026-03-24 01:18:06 -0700 | |
| commit | e97b07406af8a4ea228e93b997f42bfbb533c462 (patch) | |
| tree | 7b2c0c46a5eee5099ff38c071f36509d60b53032 | |
| parent | 448b78d47b0a18239f00526772b4a660be01363c (diff) | |
| download | emacs-config-e97b07406af8a4ea228e93b997f42bfbb533c462.tar.gz emacs-config-e97b07406af8a4ea228e93b997f42bfbb533c462.zip | |
oni-elfeed: Add phpreads feed
| -rw-r--r-- | oni-elfeed.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/oni-elfeed.el b/oni-elfeed.el index 9b8c1a9..ca72c1f 100644 --- a/oni-elfeed.el +++ b/oni-elfeed.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 2026.0308.033907 +;; Version: 2026.0316.235056 ;; Package-Requires: (elfeed olivetti) ;; This program is free software; you can redistribute it and/or modify @@ -104,7 +104,8 @@ "https://sophiebits.com/atom.xml" "https://signal.org/blog/rss.xml" ("https://pivot-to-ai.com/feed/" ai) - "https://pluralistic.net/feed/")) + "https://pluralistic.net/feed/" + ("https://phpreads.com/feed" php))) (add-hook 'elfeed-new-entry-hook (elfeed-make-tagger :before "2 weeks ago" |
