Fix system-name for XPS-8930
This commit is contained in:
parent
610eb1942b
commit
7a4f35a670
1 changed files with 4 additions and 1 deletions
|
@ -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")))
|
||||
|
|
Loading…
Add table
Reference in a new issue