Read feeds file

This commit is contained in:
Marcus Kammer 2023-10-17 11:03:46 +02:00
parent 750b1f1936
commit 0443692146

View file

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