dotfiles

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

commit 2c862acf06136ca033332f89c97f12302126cdad
parent 07778b2e8fc78baa5eca38636fcb074725c3e77e
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sat, 12 Oct 2024 02:38:55 +0300

Add feeds to elfeed-feeds.  Add org mode block template key.

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

diff --git a/config/emacs/elfeed-feeds.el b/config/emacs/elfeed-feeds.el @@ -32,6 +32,7 @@ ("https://gitlab.com/michelangelo-rodriguez/greader.atom" commits emacs git greader repository) ("https://glenneth.srht.site/feed.xml" blog craftering) ("https://guix.gnu.org/feeds/blog.atom" guix news official) + ("https://hostux.social/@fsfstatus.rss" gnu official status) ("https://hyperboleandahalf.blogspot.com/feeds/posts/default" blog comics) ("https://idlip.github.io/rss.xml" blog craftering) ("https://internet-israel.com/feed/" internet hebrew israel) @@ -43,6 +44,7 @@ ("https://lemmy.sdf.org/feeds/c/unix_surrealism.xml" comics lemmy sdf unixsurrealism) ("https://lemmy.sdf.org/u/beejjorgensen" beej lemmy sdf) ("https://libera.chat/atom.xml" blog irc liberachat news) + ("https://ludic.mataroa.blog/rss/" blog horror it ludic programming) ("https://luminousnine.com/feed.xml" blog craftering) ("https://luvstarkei.com/feed/" art blog luvstarkei) ("https://masto.ai/@johnsnowproject/with_replies.rss" activitypub corona covid) @@ -78,7 +80,7 @@ ("https://shakuf.co.il/feed" hebrew israel news shakuf) ("https://shom.dev/index.xml" blog craftering linux) ("https://spritely.institute/feed.xml" linux lisp official scheme) - ("https://sr.ht/~abcdw/rde-monthly/feed.rss" guix lisp newsletter scheme) + ("https://sr.ht/~abcdw/rde-monthly/feed.rss" guix lisp newsletter rde scheme) ("https://status.mangadex.org/history.atom" comics) ("https://summeremacs.github.io/index.xml" blog craftering emacs lisp programming scheme summeremacs unix) ("https://systemcrafters.net/rss/news.xml" blog craftering emacs guile guix linux lisp news official scheme) diff --git a/config/emacs/init.el b/config/emacs/init.el @@ -367,6 +367,7 @@ ("s" . "src") ("v" . "verse") ("g" . "src scheme :session moo :results output :tangle eopl3.scm") + ("z" . "src scheme") )) )