mirror of
https://github.com/vale981/py-vterm-interaction.el
synced 2025-03-04 17:41:40 -05:00
Update README
This commit is contained in:
parent
f1572304d7
commit
07f6ec6351
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Install [[https://github.com/JuliaEditorSupport/julia-emacs][julia-mode]] and [[
|
||||||
(package-install-file "/path-to-download-dir/julia-repl-vterm.el")
|
(package-install-file "/path-to-download-dir/julia-repl-vterm.el")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Evaluate the following line to turn on julia-with-repl-vterm-mode in newly opened julia-mode buffers. A symbol "⁂" in the mode line indicates that the julia-mode buffer is ready to interact with an inferior Julia REPL process. Add this line to your init file to enable it in future sessions.
|
Next, evaluate the following add-hook line to turn on julia-with-repl-vterm-mode in newly opened julia-mode buffers. A symbol "⁂" in the mode line indicates that the julia-mode buffer is ready to interact with the vterm-powered Julia REPL. Add this line to your init file to enable this in future sessions.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(add-hook 'julia-mode-hook #'julia-with-repl-vterm-mode)
|
(add-hook 'julia-mode-hook #'julia-with-repl-vterm-mode)
|
||||||
|
|
Loading…
Add table
Reference in a new issue