Use run-python instead of elpy

This commit is contained in:
Jeremy Dormitzer 2019-11-08 09:53:27 -05:00
parent f776488a18
commit f92ebc16b3

View File

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