From eb0b228b6c63865d5be2354575aafa897b1b98d9 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 31 May 2015 21:44:28 -0400 Subject: Disable python shell autodetection --- lisp/init-python.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp') 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)) -- cgit v1.2.3