mirror of
https://github.com/vale981/py-vterm-interaction.el
synced 2025-03-05 10:01:41 -05:00
Add docstring to julia-vterm-repl-program
This commit is contained in:
parent
d57448466c
commit
d02c8ffbd8
1 changed files with 5 additions and 1 deletions
|
@ -63,7 +63,11 @@
|
||||||
"A major mode for inferior Julia REPL."
|
"A major mode for inferior Julia REPL."
|
||||||
:group 'julia)
|
:group 'julia)
|
||||||
|
|
||||||
(defvar julia-vterm-repl-program "julia")
|
(defvar 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
|
||||||
|
parameters may be used, like julia -q")
|
||||||
|
|
||||||
(defvar-local julia-vterm-repl-script-buffer nil)
|
(defvar-local julia-vterm-repl-script-buffer nil)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue