summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-08-02 23:07:43 -0400
committerKyle Meyer <kyle@kyleam.com>2016-08-02 23:07:43 -0400
commitb945566f8ec1ba747d5e964527ba222338ee041b (patch)
tree5669215fda47f36c2fa704fce4d7ddc5150620ea
parent29e434fb34f40a8cfc7d668e15edbf08b4fec111 (diff)
downloademacs.d-b945566f8ec1ba747d5e964527ba222338ee041b.tar.gz
python: Update for IPython 5
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
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 ()