From 65af351e9ebbc82bee76dfc8fc3d4674ea2f42f8 Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@user.noreply.gitlab.com> Date: Thu, 26 Nov 2020 09:03:34 +0100 Subject: [PATCH] Move opt to D:/ --- bundle/bundle--customfile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"