Clean customfile
This commit is contained in:
parent
bdb6ef342b
commit
745203f2a1
1 changed files with 4 additions and 6 deletions
|
@ -10,20 +10,14 @@
|
|||
python-shell-interpreter-args "--simple-prompt -i")
|
||||
(add-to-list 'Info-default-directory-list "~/Documents/info/"))
|
||||
|
||||
|
||||
(when (eq system-type 'windows-nt)
|
||||
(setq custom-file "~/.emacs.d/bundle/custom_win32.el")
|
||||
(add-to-list 'load-path (expand-file-name "~/AppData/Roaming/__secrets"))
|
||||
|
||||
(setq sbcl-exe (expand-file-name "C:\\Program Files\\Steel Bank Common Lisp\\2.0.0\\sbcl.exe")
|
||||
sbcl-core (expand-file-name "C:\\Program Files\\Steel Bank Common Lisp\\2.0.0\\sbcl.core")
|
||||
inferior-lisp-program "sbcl"
|
||||
slime-lisp-implementations `((sbcl (,sbcl-exe "--core" ,sbcl-core))))
|
||||
|
||||
(when (string= (system-name) "EVG02667NB")
|
||||
(cd "d:/opt")
|
||||
(setq custom-file "~/.emacs.d/bundle/custom_win32_EVG02667NB.el"))
|
||||
|
||||
(defun powershell (&optional buffer)
|
||||
"Launches a powershell in buffer *powershell* and switches to it."
|
||||
(interactive)
|
||||
|
@ -32,6 +26,10 @@
|
|||
(make-comint-in-buffer "shell" "*powershell*" powershell-prog)
|
||||
(switch-to-buffer buffer)))
|
||||
|
||||
(when (string= (system-name) "EVG02667NB")
|
||||
(cd "d:/opt")
|
||||
(setq custom-file "~/.emacs.d/bundle/custom_win32_EVG02667NB.el"))
|
||||
|
||||
(when (string= (system-name) "XPS-8930")))
|
||||
|
||||
;; CUSTOM_FILE
|
||||
|
|
Loading…
Add table
Reference in a new issue