Closed dellison closed 5 years ago
This adds interactive functions that set the JULIA_EDITOR environment variable for a REPL buffer. Since "emacsclient" is a sensible default, I also thought it would be nice to make that easy to use withjulia-repl-hook:
JULIA_EDITOR
julia-repl-hook
(add-hook 'julia-repl-hook #'julia-repl-use-emacsclient)
Updates the README as well.
If you merge this, then I think it would resolve #22 and #23.
Thanks!
This adds interactive functions that set the
JULIA_EDITOR
environment variable for a REPL buffer. Since "emacsclient" is a sensible default, I also thought it would be nice to make that easy to use withjulia-repl-hook
:Updates the README as well.
If you merge this, then I think it would resolve #22 and #23.