Remove reading feeds

This commit is contained in:
Marcus Kammer 2024-04-14 15:37:20 +02:00
parent efeed7093e
commit c21ca31925
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -18,7 +18,3 @@
(load "bundle--ux")
(load "bundle--mk")
(load "bundle--linux")))
(let ((f "~/feeds.el"))
(when (file-exists-p f)
(load-file f)))