python-shell disable native completion

This commit is contained in:
Evie Litherland-Smith 2024-08-01 17:12:52 +01:00
parent e54fa28147
commit 074a154db6

View file

@ -1052,6 +1052,7 @@ Calls `project-remember-projects-under' for ~/Projects/"
:custom :custom
(python-shell-interpreter "python3") (python-shell-interpreter "python3")
(python-shell-dedicated nil) (python-shell-dedicated nil)
(python-shell-completion-native-enable nil)
(python-indent-def-block-scale 1) (python-indent-def-block-scale 1)
:config :config
(setq python-ts-mode-hook python-mode-hook)) (setq python-ts-mode-hook python-mode-hook))