commit 66f9d7f917bf512a105577a1d5d6fb5d44cc64e1
parent a3c0b8cc0bfbdd41b8e1861b070f5d9fad754087
Author: Yuval Langer <yuval.langer@gmail.com>
Date: Thu, 17 Oct 2024 18:38:05 +0300
Disable ido mode. Add Richard Matthew Stallman (rms) Support and an Acitivitypub Gondola feed.
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/config/emacs/elfeed-feeds.el b/config/emacs/elfeed-feeds.el
@@ -5,6 +5,7 @@
("https://acdw.casa/feed.xml" acdw activitypub blog craftering)
("https://analognowhere.com/feed/rss.xml" comics unixsurrealism)
("https://api.substack.com/feed/podcast/462466.rss" blog foss freesoftware linux lunduke news opensource unix)
+ ("https://bbs.kawa-kun.com/users/gondola/feed.atom" activitypub bbs.kawa-kun.com gondola)
("https://beej.us/blog/rss.xml" blog programming)
("https://blog.benoitj.ca/posts/index.xml" blog craftering)
("https://blog.cleancoder.com/atom.xml" blog programming unclebob)
@@ -82,6 +83,7 @@
("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 rde scheme)
+ ("https://stallmansupport.org/feed.xml" csj richardmathewstallman rms stallman)
("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
@@ -115,7 +115,7 @@
)
:config
(set-register ?i `(file . ,(locate-user-emacs-file "init.el")))
- (ido-mode t)
+ '(ido-mode t)
;; (tab-bar-mode)
:custom
(inhibit-startup-screen t)