diff --git a/emacs/init.org b/emacs/init.org index 903caa5..01eb8d3 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -1291,7 +1291,7 @@ Configure Java project sources: * Python #+BEGIN_SRC emacs-lisp - (leader-def-key "sp" #'run-python) + (leader-def-key "sp" #'elpy-shell-switch-to-shell) #+END_SRC Elpy is a python IDE package: