python-shell disable native completion
This commit is contained in:
parent
e54fa28147
commit
074a154db6
1
init.el
1
init.el
|
@ -1052,6 +1052,7 @@ Calls `project-remember-projects-under' for ~/Projects/"
|
|||
:custom
|
||||
(python-shell-interpreter "python3")
|
||||
(python-shell-dedicated nil)
|
||||
(python-shell-completion-native-enable nil)
|
||||
(python-indent-def-block-scale 1)
|
||||
:config
|
||||
(setq python-ts-mode-hook python-mode-hook))
|
||||
|
|
Loading…
Reference in a new issue