diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-08-02 23:07:43 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-08-02 23:07:43 -0400 |
commit | b945566f8ec1ba747d5e964527ba222338ee041b (patch) | |
tree | 5669215fda47f36c2fa704fce4d7ddc5150620ea | |
parent | 29e434fb34f40a8cfc7d668e15edbf08b4fec111 (diff) | |
download | emacs.d-b945566f8ec1ba747d5e964527ba222338ee041b.tar.gz |
python: Update for IPython 5
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 () |