mirror of
https://github.com/vale981/py-vterm-interaction.el
synced 2025-03-04 17:41:40 -05:00
Make julia-vterm-repl-program buffer-local
This commit is contained in:
parent
4c7d5ed137
commit
a19c0c4917
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
"A major mode for inferior Julia REPL."
|
||||
:group 'julia)
|
||||
|
||||
(defvar julia-vterm-repl-program "julia"
|
||||
(defvar-local julia-vterm-repl-program "julia"
|
||||
"Name of the command for executing Julia code.
|
||||
Maybe either a command in the path, like julia
|
||||
or an absolute path name, like /usr/local/bin/julia
|
||||
|
|
Loading…
Add table
Reference in a new issue