mirror of
https://github.com/vale981/py-vterm-interaction.el
synced 2025-03-04 17:41:40 -05:00
use python by default
This commit is contained in:
parent
5ff444bc9c
commit
d876422417
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue