feat(julia): use julia-snail as repl when +snail
This commit is contained in:
parent
f2c75dea9a
commit
ed4d12df05
2 changed files with 16 additions and 1 deletions
|
@ -19,3 +19,10 @@
|
|||
(with-current-buffer buffer
|
||||
(inferior-julia-mode))
|
||||
buffer)))
|
||||
|
||||
;;;###autoload
|
||||
(defun +julia/open-snail-repl ()
|
||||
"A wrapper for julia-snail"
|
||||
(interactive)
|
||||
(julia-snail)
|
||||
(current-buffer))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue