diff options
author | Case Duckworth | 2021-02-09 16:51:35 -0600 |
---|---|---|
committer | Case Duckworth | 2021-02-09 16:51:35 -0600 |
commit | a933131b4bb65ee4fca330ad359235871b9b46f6 (patch) | |
tree | 1208a085a89d5f2e096f55af50795d2d6380b187 | |
parent | Up the gc-cons-percentage during startup (diff) | |
download | emacs-a933131b4bb65ee4fca330ad359235871b9b46f6.tar.gz emacs-a933131b4bb65ee4fca330ad359235871b9b46f6.zip |
Change the Advocate feed
Hopefully this'll be less noisy. If it's not ... I'll just have to unsubscribe, TBH.
-rw-r--r-- | config.org | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/config.org b/config.org index 386363f..0f9af2f 100644 --- a/config.org +++ b/config.org | |||
@@ -2108,7 +2108,16 @@ See [[https://github.com/redguardtoo/mastering-emacs-in-one-year-guide/blob/mast | |||
2108 | ("https://aiweirdness.com/rss" tech) | 2108 | ("https://aiweirdness.com/rss" tech) |
2109 | ("http://tilde.town/~m455/javapool.rss" tilde) | 2109 | ("http://tilde.town/~m455/javapool.rss" tilde) |
2110 | ("https://spwhitton.name/blog/index.rss" blags) | 2110 | ("https://spwhitton.name/blog/index.rss" blags) |
2111 | ("https://www.theadvocate.com/search/?f=rss&t=article&l=50" news) | 2111 | (,(concat "https://www.theadvocate.com/search/?" |
2112 | ;; Let's Build A URL!!! | ||
2113 | "f=rss" ; RSS feed | ||
2114 | "&l=10" ; 10 most recent (length) | ||
2115 | "&c[]=" ; I'm guessing ... categories? | ||
2116 | "baton_rouge/news*," | ||
2117 | "baton_rouge/opinion*" | ||
2118 | "?t=article" ; type=article | ||
2119 | ) | ||
2120 | news) | ||
2112 | ("https://esoteric.codes/rss" tech) | 2121 | ("https://esoteric.codes/rss" tech) |
2113 | ("https://wphicks.github.io/feed.xml" blags) | 2122 | ("https://wphicks.github.io/feed.xml" blags) |
2114 | )) | 2123 | )) |