diff options
| author | 2026-03-08 03:39:21 -0700 | |
|---|---|---|
| committer | 2026-03-08 03:39:21 -0700 | |
| commit | 728167fc712653c8292b06a5f80e3f8ce13596b6 (patch) | |
| tree | 4a99cf17c29fda42988dc6ac39d48ab8af1d712d | |
| parent | 7e7c283528f28c24bdf1c9449e787072f8bf8d8b (diff) | |
| download | emacs-config-728167fc712653c8292b06a5f80e3f8ce13596b6.tar.gz emacs-config-728167fc712653c8292b06a5f80e3f8ce13596b6.zip | |
oni-elfeed: Add 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 d2aecf0..9b8c1a9 100644 --- a/oni-elfeed.el +++ b/oni-elfeed.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 2025.0916.224624 +;; Version: 2026.0308.033907 ;; Package-Requires: (elfeed olivetti) ;; This program is free software; you can redistribute it and/or modify @@ -102,7 +102,9 @@ ("https://me.literatelisp.eu/this-week-in-guix.xml" guix) "https://apisyouwonthate.com/rss/" "https://sophiebits.com/atom.xml" - "https://signal.org/blog/rss.xml")) + "https://signal.org/blog/rss.xml" + ("https://pivot-to-ai.com/feed/" ai) + "https://pluralistic.net/feed/")) (add-hook 'elfeed-new-entry-hook (elfeed-make-tagger :before "2 weeks ago" |
