mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/julia: operator highlights for ess-julia-mode
And adjust REPL handler to return the repl buffer.
This commit is contained in:
@ -9,6 +9,5 @@
|
||||
(apply #'make-comint-in-buffer "Julia" "*Julia*" julia-program julia-arguments))
|
||||
(pop-to-buffer buffer)
|
||||
(with-current-buffer buffer
|
||||
(inferior-julia-mode))))
|
||||
|
||||
|
||||
(inferior-julia-mode))
|
||||
buffer))
|
||||
|
Reference in New Issue
Block a user