diff options
| author | 2026-06-09 16:14:21 -0700 | |
|---|---|---|
| committer | 2026-06-09 16:14:21 -0700 | |
| commit | e4b7c814b23701f197ac2d813b3d3c25f8ae6089 (patch) | |
| tree | c57867a2e0039f757fbcde3db6acf6a0d3f15196 | |
| parent | bd15136998afd23b25096a15c606a676c9f8f42a (diff) | |
| download | emacs-config-e4b7c814b23701f197ac2d813b3d3c25f8ae6089.tar.gz emacs-config-e4b7c814b23701f197ac2d813b3d3c25f8ae6089.zip | |
oni-elfeed: Add 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 c874929..42a95b7 100644 --- a/oni-elfeed.el +++ b/oni-elfeed.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 2026.0331.094557 +;; Version: 2026.0602.013053 ;; Package-Requires: (elfeed olivetti) ;; This program is free software; you can redistribute it and/or modify @@ -107,7 +107,8 @@ "https://pluralistic.net/feed/" ("https://phpreads.com/feed" php) ("https://mastodon.social/tags/emacs.rss" emacs) - "https://ohai.social/tags/ToddlerDnD.rss")) + "https://ohai.social/tags/ToddlerDnD.rss" + "https://writethatblog.substack.com/feed")) (add-hook 'elfeed-new-entry-hook (elfeed-make-tagger :before "2 weeks ago" |
