Set python-interpreter as well as python-shell-interpreter

This commit is contained in:
Evie Litherland-Smith 2024-09-18 15:11:27 +01:00
parent ea64358f1b
commit 125b931314

View file

@ -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)