From ad60f1ee3acbf4e69a542b467e34b23bb218ced4 Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcus-kammer@users.noreply.gitlab.com> Date: Sat, 28 Nov 2020 14:58:47 +0100 Subject: [PATCH] Move cd function --- bundle/bundle--customfile.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle/bundle--customfile.el b/bundle/bundle--customfile.el index ab9f9820..ba8eb900 100644 --- a/bundle/bundle--customfile.el +++ b/bundle/bundle--customfile.el @@ -12,7 +12,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 "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" @@ -21,6 +21,7 @@ (setq python-shell-interpreter "python") (when (string= (system-name) "EVG02667NB") + (cd "d:/opt") (add-to-list 'Info-default-directory-list "~/Info") (setq custom-file "~/.emacs.d/bundle/custom_win32_EVG02667NB.el") (setq plantuml-jar-path "c:/Users/Marcus.Kammer/AppData/Local/Programs/plantuml/plantuml.jar")