diff options
-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 () |