Define an alias to start julia-vterm-repl

This commit is contained in:
Shigeaki Nishina 2021-03-27 15:54:01 +09:00
parent c051cdc4ba
commit e0dd3e94a4

View file

@ -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."