Move cd function

This commit is contained in:
Marcus Kammer 2020-11-28 14:58:47 +01:00
parent 982d19723e
commit ad60f1ee3a

View file

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