Make julia-vterm-repl-program buffer-local

This commit is contained in:
shg 2022-08-13 23:06:42 +09:00
parent 4c7d5ed137
commit a19c0c4917

View file

@ -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