Merge branch 'main' of git.sr.ht:~marcuskammer/emacs.d
This commit is contained in:
commit
81698ccf5c
2 changed files with 4 additions and 3 deletions
|
@ -108,9 +108,6 @@
|
||||||
(setq custom-file "~/.emacs.d/bundle/custom_win32_XPS8930.el"))
|
(setq custom-file "~/.emacs.d/bundle/custom_win32_XPS8930.el"))
|
||||||
|
|
||||||
(when (string= system-name "EVG03435NB")
|
(when (string= system-name "EVG03435NB")
|
||||||
(let ((f "~/feeds.el"))
|
|
||||||
(when (file-exists-p f)
|
|
||||||
(load-file f)))
|
|
||||||
(cd "~/OneDrive - Siemens AG/")
|
(cd "~/OneDrive - Siemens AG/")
|
||||||
(setq custom-file "~/.emacs.d/bundle/custom_win32_EVG03435NB.el")))
|
(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--ux")
|
||||||
(load "bundle--mk")
|
(load "bundle--mk")
|
||||||
(load "bundle--linux")))
|
(load "bundle--linux")))
|
||||||
|
|
||||||
|
(let ((f "~/feeds.el"))
|
||||||
|
(when (file-exists-p f)
|
||||||
|
(load-file f)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue