diff --git a/bundle/bundle--general.el b/bundle/bundle--general.el index cbdf6827..8e29f277 100644 --- a/bundle/bundle--general.el +++ b/bundle/bundle--general.el @@ -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")))