diff options
| author | 2025-12-15 00:28:45 -0800 | |
|---|---|---|
| committer | 2025-12-15 00:28:45 -0800 | |
| commit | 4beee74e2972adb3831ceab722199c3252cc72ae (patch) | |
| tree | 075855bae79ce63f1b0f62b4e5a60ae2a4f8d741 | |
| parent | 6ccb9a3343a8eb0d37917da9cf1c6c54baffcf6c (diff) | |
| download | emacs-config-4beee74e2972adb3831ceab722199c3252cc72ae.tar.gz emacs-config-4beee74e2972adb3831ceab722199c3252cc72ae.zip | |
oni-elfeed: Add some more feeds
| -rw-r--r-- | oni-elfeed.el | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/oni-elfeed.el b/oni-elfeed.el index 5821b14..d2aecf0 100644 --- a/oni-elfeed.el +++ b/oni-elfeed.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 2024.0822.003002 +;; Version: 2025.0916.224624 ;; Package-Requires: (elfeed olivetti) ;; This program is free software; you can redistribute it and/or modify @@ -98,7 +98,11 @@ ("https://csscade.com/" css) "https://ntietz.com/atom.xmlsig" "https://libreture.com/blog/rss" - "https://jvns.ca/atom.xml")) + "https://jvns.ca/atom.xml" + ("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")) (add-hook 'elfeed-new-entry-hook (elfeed-make-tagger :before "2 weeks ago" |
