From 074a154db60eb0d9c71b9891c8c59b9f2fedb14c Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 1 Aug 2024 17:12:52 +0100 Subject: [PATCH] python-shell disable native completion --- init.el | 1 + 1 file changed, 1 insertion(+) 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))