tpapp / julia-repl

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

Configure JULIA_EDITOR on the julia side #100

Closed martenlienen closed 3 years ago

martenlienen commented 3 years ago

Configuring JULIA_EDITOR in your startup.jl avoids interactions with OhMyREPL that can produce invalid syntax due to autocompletion if you send Julia code in a hook early before the REPL is fully initialized.

tpapp commented 3 years ago

Thanks for the fix, merging.