dotfiles

A steaming hot pile of sh...ell scripts and configuration files.
git clone https://kaka.farm/~git/dotfiles
Log | Files | Refs

commit 61d37079d75d20f8002a76a234737ce5fc7ceb83
parent c220d98d97649d212a5159dfa0d9027ee3815506
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Fri, 12 Jul 2024 11:10:45 +0300

Add new feeds to elfeed-feeds and get rid of the dumb sam harris key hack.

Diffstat:
Mconfig/emacs/elfeed-feeds.el | 16+++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/config/emacs/elfeed-feeds.el b/config/emacs/elfeed-feeds.el @@ -19,10 +19,13 @@ ("https://deidetected.com/index.php/feed/" csj) ("https://drewdevault.com/blog/index.xml" blog drewdevault linux programming) ("https://erictopol.substack.com/feed" covid erictopol science) + ("https://feeds.transistor.fm/collection-of-jhourneys" jhourney meditation podcast) ("https://galperel.wordpress.com/feed/" books hebrew israel) ("https://glenneth.srht.site/feed.xml" blog craftering) ("https://hyperboleandahalf.blogspot.com/feeds/posts/default" blog comics) + ("https://idlip.github.io/rss.xml" blog craftering) ("https://internet-israel.com/feed/" internet israel) + ("https://jabbo.webdings.de/blog/atom.xml" blog craftering) ("https://kaka.farm/haunt/feed.xml" blog craftering self) ("https://kaka.farm/~brownjenkin/feeds/all.atom.xml" blog self) ("https://lemmy.sdf.org/feeds/c/unix_surrealism.xml" comics lemmy sdf unixsurrealism) @@ -45,6 +48,8 @@ ("https://planet.scheme.org/atom.xml" lisp planet scheme) ("https://puri.sm/feed/" linux purism) ("https://purplg.dev/index.xml" blog craftering) + ("https://rednosehacker.com/feed/" blog emacs guile lisp programming scheme) + ("https://retropikzel.kapsi.fi/feed.xml" blog craftering) ("https://richarddavis.xyz/en/blog/rss.xml" blog craftering) ("https://rss.art19.com/ten-percent-happier" meditation podcast) ("https://samharris.substack.com/feed" blog samharris) @@ -55,11 +60,13 @@ ("https://sr.ht/~abcdw/rde-monthly/feed.rss" guix lisp newsletter scheme) ("https://status.mangadex.org/history.atom" comics) ("https://systemcrafters.net/rss/news.xml" blog craftering emacs guile guix linux lisp news scheme) + ("https://tdback.net/index.xml" blog craftering) ("https://thanosapollo.org/index.xml" blog craftering) ("https://tooot.im/@NWengrov.rss" activitypub blog novartza) ("https://tooot.im/@admin.rss" activitypub admin) ("https://torrentfreak.com/feed/" filesharing internet news pirating torrents) ("https://trevarj.github.io/rss.xml" blog craftering) + ("https://tusharhero.codeberg.page/rss.xml" blog craftering) ("https://tylerdback.com/index.xml" blog craftering) ("https://vimeo.com/user13532867/videos/rss" danielmingram meditation) ("https://whatsup.org.il/backend-forums.php?utf8=1" israel linux whatsup) @@ -70,9 +77,11 @@ ("https://www.goominet.com/unspeakable-vault/?type=103" comics) ("https://www.ha-makom.co.il/feed/" hamakom israel news) ("https://www.hayadan.org.il/feed" hayadan news science) + ("https://www.jhourney.io/blog?format=rss" blog jhana jhourney meditation) ("https://www.linux.com/feed/" linux) ("https://www.livejournal.com/allpics.bml?user=oglafcomics" comics) ("https://www.midaat.org.il/feed/" conspiracy medicine midaat science) + ("https://www.more-magic.net/feed.atom" blog computing lisp programming scheme unix) ("https://www.rahuljuliato.com/rss.xml" blog craftering) ("https://www.realityslaststand.com/feed" csj popsci) ("https://www.rifters.com/crawl/?feed=rss2" blog peterwatts scifi) @@ -81,10 +90,3 @@ ("https://www.wheresyoured.at/rss/" blog news tech) ("https://www.youtube.com/feeds/videos.xml?channel_id=UCzREuchzOqiawpEpvEM0Tyg" atheism islam youtube) )) - -(setq elfeed-feeds - (kakafarm/elfeed-sort-feeds - (add-to-list 'elfeed-feeds - (list (concat "https://rss.samharris.org/feed/" - kakafarm/elfeed-making-sense-with-sam-harris-podcast-secret-feed-key) - 'podcast 'samharris))))