mirror of
https://github.com/vale981/py-vterm-interaction.el
synced 2025-03-05 10:01:41 -05:00
Define an alias to start julia-vterm-repl
This commit is contained in:
parent
c051cdc4ba
commit
e0dd3e94a4
1 changed files with 3 additions and 0 deletions
|
@ -273,6 +273,9 @@ With a prefix argument ARG (or interactively C-u), use Revise.includet() instead
|
|||
(setq default-directory buffer-directory)))
|
||||
(message "The buffer is not associated with a directory.")))
|
||||
|
||||
(unless (fboundp 'julia)
|
||||
(defalias 'julia 'julia-vterm-repl))
|
||||
|
||||
;;;###autoload
|
||||
(define-minor-mode julia-vterm-mode
|
||||
"A minor mode for a Julia script buffer that interacts with an inferior Julia REPL."
|
||||
|
|
Loading…
Add table
Reference in a new issue