From 3ae3a11a88c2a67cd730a05e16925dc1b5bcff56 Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcus-kammer@users.noreply.gitlab.com> Date: Tue, 24 Aug 2021 17:43:34 +0200 Subject: [PATCH] Set cd for win32 in customfile --- bundle/bundle--customfile.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bundle/bundle--customfile.el b/bundle/bundle--customfile.el index 99f5b425..98db7ee7 100644 --- a/bundle/bundle--customfile.el +++ b/bundle/bundle--customfile.el @@ -6,9 +6,7 @@ org-default-notes-file "notes.org" org-babel-python-command "python3" browse-url-secondary-browser-function 'browse-url-firefox - python-shell-interpreter "ipython" - python-shell-interpreter-args "--simple-prompt -i") - (add-to-list 'Info-default-directory-list "~/Documents/info/")) + (add-to-list 'Info-default-directory-list "~/Documents/info/"))) (when (eq system-type 'windows-nt) (setq custom-file "~/.emacs.d/bundle/custom_win32.el") @@ -30,7 +28,8 @@ (cd "d:/opt") (setq custom-file "~/.emacs.d/bundle/custom_win32_EVG02667NB.el")) - (when (string= (system-name) "XPS-8930"))) + (when (string= (system-name) "XPS-8930") + (cd "d:/visua/HiDrive/git/marcuskammer/"))) ;; CUSTOM_FILE (load custom-file :noerror)