From 888fec78d222e82b057b5622878167e928dc31c0 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Tue, 29 Oct 2019 10:47:25 -0400 Subject: [PATCH] Use Elpy's Python shell by default --- emacs/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: