Python shell use ipython
This commit is contained in:
parent
65a0fd0838
commit
721afd5ebf
3
init.el
3
init.el
|
@ -1160,7 +1160,8 @@
|
||||||
(t '("pyflakes")))))))
|
(t '("pyflakes")))))))
|
||||||
:custom
|
:custom
|
||||||
(python-interpreter "python3")
|
(python-interpreter "python3")
|
||||||
(python-shell-interpreter "python3")
|
(python-shell-interpreter "ipython3")
|
||||||
|
(python-shell-interpreter-args "-i --simple-prompt")
|
||||||
(python-shell-dedicated nil)
|
(python-shell-dedicated nil)
|
||||||
(python-shell-completion-native-enable nil)
|
(python-shell-completion-native-enable nil)
|
||||||
(python-indent-guess-indent-offset nil)
|
(python-indent-guess-indent-offset nil)
|
||||||
|
|
Loading…
Reference in a new issue