Use Elpy's Python shell by default

This commit is contained in:
Jeremy Dormitzer 2019-10-29 10:47:25 -04:00
parent 76c3b54a0b
commit 888fec78d2

View File

@ -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: