Move studd to custom file

This commit is contained in:
Marcus Kammer 2021-02-02 13:20:32 +01:00
parent 5c5ccacb56
commit 96bc98dc9b

View file

@ -18,18 +18,11 @@
(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"
slime-lisp-implementations `((sbcl (,sbcl-exe "--core" ,sbcl-core)))
python-shell-interpreter "ipython"
python-shell-interpreter-args "--simple-prompt -i")
slime-lisp-implementations `((sbcl (,sbcl-exe "--core" ,sbcl-core))))
(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")
(setq plantuml-default-exec-mode 'jar))
(setq custom-file "~/.emacs.d/bundle/custom_win32_EVG02667NB.el"))
(defun powershell (&optional buffer)
"Launches a powershell in buffer *powershell* and switches to it."