diff --git a/emacs/init.org b/emacs/init.org index 49c4127..6d3ceac 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -1353,7 +1353,8 @@ Configure Java project sources: * Python #+BEGIN_SRC emacs-lisp - (leader-def-key "sp" #'elpy-shell-switch-to-shell) + ;; (leader-def-key "sp" #'elpy-shell-switch-to-shell) + (leader-def-key "sp" #'run-python) #+END_SRC Elpy is a python IDE package: