EmacsVterm.jl icon indicating copy to clipboard operation
EmacsVterm.jl copied to clipboard

Better integration of Julia REPL with Emacs vterm terminal

Results 1 EmacsVterm.jl issues
Sort by recently updated
recently updated
newest added

``` julia> plot(1) Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. julia> ``` Content of startup.jl ``` atreplinit() do repl @eval using EmacsVterm EmacsVterm.options.image = true...