tpapp / julia-repl

Run an inferior Julia REPL in a terminal inside Emacs
Other
171 stars 35 forks source link

add commands to set JULIA_EDITOR, update README.md #52

Closed dellison closed 5 years ago

dellison commented 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:

(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.

tpapp commented 5 years ago

Thanks!