diff options
-rw-r--r-- | lisp/init-python.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/init-python.el b/lisp/init-python.el index 93a06f9..30e8e15 100644 --- a/lisp/init-python.el +++ b/lisp/init-python.el @@ -1,6 +1,7 @@ (setq python-fill-docstring-style 'pep-257-nn) -(setq python-shell-interpreter "ipython") +(setq python-shell-interpreter "ipython" + python-shell-prompt-detect-enabled nil) (add-to-list 'interpreter-mode-alist '("python2" . python-mode)) (add-to-list 'interpreter-mode-alist '("python3" . python-mode)) |