diff --git a/init.el b/init.el index 9d2d866..ee563e2 100644 --- a/init.el +++ b/init.el @@ -1160,8 +1160,7 @@ (t '("pyflakes"))))))) :custom (python-interpreter "python3") - (python-shell-interpreter "ipython3") - (python-shell-interpreter-args "-i --simple-prompt") + (python-shell-interpreter "python3") (python-shell-dedicated nil) (python-shell-completion-native-enable nil) (python-indent-guess-indent-offset nil)