diff --git a/bundle/bundle--customfile.el b/bundle/bundle--customfile.el index bb7d248c..d0f7e6ec 100644 --- a/bundle/bundle--customfile.el +++ b/bundle/bundle--customfile.el @@ -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"