summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emacs/custom/my-lang-python.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/custom/my-lang-python.el b/emacs/custom/my-lang-python.el
index 04f3d00..10c1cd9 100644
--- a/emacs/custom/my-lang-python.el
+++ b/emacs/custom/my-lang-python.el
@@ -7,6 +7,7 @@
 
 (require 'python)
 
+(setq python-interpreter "ipython3")
 (setq python-shell-interpreter "python3")
 (setq python-shell-interpreter-args "-i")