Fix system-name for XPS-8930

This commit is contained in:
Marcus Kammer 2023-11-06 14:15:53 +01:00
parent 610eb1942b
commit 7a4f35a670

View file

@ -103,11 +103,14 @@
"C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe")))
(setq explicit-powershell.exe-args '("-NoProfile" "-InputFormat" "Text"))
(setq custom-file "~/.emacs.d/bundle/custom_win32.el")
(when (string= system-name "EVG02667NB")
(when (string= system-name "XPS-8930")
(setq custom-file "~/.emacs.d/bundle/custom_win32_XPS8930.el"))
(when (string= (system-name) "EVG02667NB")
(cd "d:/opt")
(setq custom-file "~/.emacs.d/bundle/custom_win32_EVG02667NB.el"))
(when (string= (system-name) "EVG03435NB")
(cd "~/OneDrive - Siemens AG/")
(setq custom-file "~/.emacs.d/bundle/custom_win32_EVG03435NB.el")))