Move opt to D:/
This commit is contained in:
parent
34d88a6b85
commit
65af351e9e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
(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"))
|
||||
(cd "~/opt")
|
||||
(cd "d:/opt")
|
||||
(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"
|
||||
|
|
Loading…
Add table
Reference in a new issue