From b945566f8ec1ba747d5e964527ba222338ee041b Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 2 Aug 2016 23:07:43 -0400 Subject: python: Update for IPython 5 --- init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 369e024..b934b63 100644 --- a/init.el +++ b/init.el @@ -1764,6 +1764,8 @@ (setq python-fill-docstring-style 'pep-257-nn python-indent-guess-indent-offset nil) (setq python-shell-interpreter "ipython" + python-shell-interpreter-args "--simple-prompt --pprint" + python-shell-completion-native-enable nil python-shell-prompt-detect-enabled nil) (defun km/python-outline-level () -- cgit v1.2.3