Move studd to custom file
This commit is contained in:
parent
5c5ccacb56
commit
96bc98dc9b
1 changed files with 2 additions and 9 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue