tpapp / julia-repl

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

Support for JuliaFormatter.jl #92

Closed TravisBarryDick closed 4 years ago

TravisBarryDick commented 4 years ago

I realize that this might be beyond the scope of the julia-repl project, so feel free to say so. Having said that, it would be very nice if there was a way to format the current buffer using https://github.com/domluna/JuliaFormatter.jl. This is one feature of Juno and atom that I've been missing since switching back to emacs for my julia development.

If this seems within the scope of julia-repl, I would be happy to work on an implementation, but I have very limited elisp experience and would need a few pointers to get started probably.

tpapp commented 4 years ago

I think this is a neat idea, but I don't think this is within the scope of julia-repl.

I would suggest that this is implemented as an Emacs minor mode. That way, users of various Emacs solutions for Julia can use it independently of their main interface.