diff options
author | sterni <sternenseemann@systemli.org> | 2021-09-30T10·53+0200 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2021-09-30T12·33+0000 |
commit | e856321c73334cc4518151a8c3fd4aff0eacd059 (patch) | |
tree | f61cf48f5fb5c22a548f859ebf6e2fdbb1a7b8a4 /users | |
parent | 14a33c1069275dc3a291cfde2488626fa10a61ea (diff) |
feat(users/sterni/emacs): tag noisy feeds for filtering out r/2936
Change-Id: I45cc10aaa7bfc7561ef25978c71248659ce6579d Reviewed-on: https://cl.tvl.fyi/c/depot/+/3652 Reviewed-by: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI
Diffstat (limited to 'users')
-rw-r--r-- | users/sterni/emacs/subscriptions.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/sterni/emacs/subscriptions.el b/users/sterni/emacs/subscriptions.el index 59a56e193d38..15601de56a5b 100644 --- a/users/sterni/emacs/subscriptions.el +++ b/users/sterni/emacs/subscriptions.el @@ -18,7 +18,7 @@ ("https://tazj.in/feed.atom" blog cool-and-nice) ("https://alyssa.is/feed.xml" blog cool-and-nice) ("https://eta.st/feed.xml" blog cool-and-nice) - ("https://h.eta.st/rss" cool-and-nice) + ("https://h.eta.st/rss" noisy cool-and-nice) ("https://spectrum-os.org/git/www/atom/bibliography.html" links blog) ("https://rachelbythebay.com/w/atom.xml" blog) ("http://evrl.com/feed.xml" blog) |