dotfiles

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

commit 1d6b9062074598a95962f3c0e127bc1d0731e85b
parent a2dcf93bb072469f37da8a904294059cc92d79c9
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sat,  1 Jun 2024 03:03:48 +0300

Add the new writings Sam Harris site that is entirely not like his old https://samharris.org/blog/ site.  Argh.

Diffstat:
Mconfig/emacs/elfeed-feeds.el | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config/emacs/elfeed-feeds.el b/config/emacs/elfeed-feeds.el @@ -38,6 +38,7 @@ ("https://puri.sm/feed/" linux purism) ("https://purplg.dev/index.xml" blog craftering) ("https://richarddavis.xyz/en/blog/rss.xml" blog craftering) + ("https://samharris.substack.com/feed" blog samharris) ("https://sfba.social/@danielmingram/with_replies.rss" activitypub danielmingram) ("https://shakuf.co.il/feed" israel news shakuf) ("https://shom.dev/index.xml" blog craftering linux) @@ -72,4 +73,4 @@ (add-to-list 'elfeed-feeds (list (concat "https://rss.samharris.org/feed/" kakafarm/elfeed-making-sense-with-sam-harris-podcast-secret-feed-key) - 'podcast)))) + 'podcast 'samharris))))