diff --git a/bundle/bundle--customfile.el b/bundle/bundle--customfile.el index d80f8020..a10d9aa0 100644 --- a/bundle/bundle--customfile.el +++ b/bundle/bundle--customfile.el @@ -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."