use python by default

This commit is contained in:
Valentin Boettcher 2024-05-11 16:52:50 -04:00
parent 5ff444bc9c
commit d876422417
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

View file

@ -67,7 +67,7 @@
"A major mode for inferior Python REPL."
:group 'python)
(defvar-local python-vterm-repl-program "ipython"
(defvar-local python-vterm-repl-program "python"
"Name of the command for executing Python code.
Maybe either a command in the path, like python
or an absolute path name, like /usr/local/bin/python