Set python-interpreter as well as python-shell-interpreter
This commit is contained in:
parent
ea64358f1b
commit
125b931314
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue