From 125b9313148742721d84d0eeddb64f2f0e4d5ce6 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 18 Sep 2024 15:11:27 +0100 Subject: [PATCH] Set python-interpreter as well as python-shell-interpreter --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index b37d5ea..ea5f3c5 100644 --- a/README.org +++ b/README.org @@ -1498,6 +1498,7 @@ Configure email with iCalendar event support, to integrate with ((executable-find "flake8" t) '("flake8" "--max-line-length" "88" "-")) (t '("pyflakes"))))))) :custom + (python-interpreter "python3") (python-shell-interpreter "python3") (python-shell-dedicated nil) (python-shell-completion-native-enable nil)