Merge branch 'main' of git.sr.ht:~marcuskammer/emacs.d

This commit is contained in:
Marcus Kammer 2024-01-14 15:11:35 +01:00
commit 81698ccf5c
Signed by: marcuskammer
GPG key ID: C374817BE285268F
2 changed files with 4 additions and 3 deletions

View file

@ -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")))

View file

@ -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)))