Update README.org (#9)

This commit is contained in:
Mason Protter 2021-04-28 01:30:38 -06:00 committed by GitHub
parent b8a749f19b
commit 9e31f62a12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,12 @@ You can install the package manually if necessary. First make sure [[https://git
(package-install-file "/path-to-download-dir/julia-vterm.el")
#+END_SRC
=julia-vterm= will assume your julia executable is just =julia=, if you want to specify a different path, put
#+BEGIN_SRC emacs-lisp
(setq julia-vterm-repl-program "path/to/julia")
#+END_SRC
** How to use
In a julia script buffer with =julia-vterm-mode= on, you can open an inferior Julia REPL buffer with =M-x julia-vterm-switch-to-repl-buffer= (or =C-c C-z=).