Read feeds file
This commit is contained in:
parent
750b1f1936
commit
0443692146
1 changed files with 4 additions and 0 deletions
4
init.el
4
init.el
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue