summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-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 ()