diff --git a/init.el b/init.el index 3fb7249..ce1fe67 100644 --- a/init.el +++ b/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))