Move reading feeds.el to the end
This commit is contained in:
parent
4364de0d78
commit
4f4b3fda57
2 changed files with 4 additions and 3 deletions
|
@ -108,9 +108,6 @@
|
|||
(setq custom-file "~/.emacs.d/bundle/custom_win32_XPS8930.el"))
|
||||
|
||||
(when (string= system-name "EVG03435NB")
|
||||
(let ((f "~/feeds.el"))
|
||||
(when (file-exists-p f)
|
||||
(load-file f)))
|
||||
(cd "~/OneDrive - Siemens AG/")
|
||||
(setq custom-file "~/.emacs.d/bundle/custom_win32_EVG03435NB.el")))
|
||||
|
||||
|
|
4
init.el
4
init.el
|
@ -17,3 +17,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