Use run-python instead of elpy
This commit is contained in:
parent
f776488a18
commit
f92ebc16b3
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user