summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-02-09 19:03:07 -0600
committerCase Duckworth2021-02-09 19:03:07 -0600
commit99831894b2b4d585b02da67bb9bcae8b5fd482db (patch)
treea3b7535c23720aab8578301e22f8ff1c053b776c /config.org
parentAdd save-some-buffers to org-sync command (diff)
parentChange the Advocate feed (diff)
downloademacs-99831894b2b4d585b02da67bb9bcae8b5fd482db.tar.gz
emacs-99831894b2b4d585b02da67bb9bcae8b5fd482db.zip
Merge branch 'main' of tildegit.org:acdw/emacs
Diffstat (limited to 'config.org')
-rw-r--r--config.org11
1 files changed, 10 insertions, 1 deletions
diff --git a/config.org b/config.org index 88c708f..dcf05ec 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 ))