From f92ebc16b3282e79652991b0ee444e6219e55384 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Fri, 8 Nov 2019 09:53:27 -0500 Subject: [PATCH] Use run-python instead of elpy --- emacs/init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: