Set cd for win32 in customfile

This commit is contained in:
Marcus Kammer 2021-08-24 17:43:34 +02:00
parent 0def492a19
commit 3ae3a11a88

View file

@ -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)