Add support for a Hy repl
This commit is contained in:
parent
247f230d3f
commit
97ce527d39
@ -1239,6 +1239,14 @@ A function to run a pipenv-aware python repl:
|
||||
(run-python nil nil t))
|
||||
#+END_SRC
|
||||
|
||||
* Hy
|
||||
Python but Lispy!
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(defun run-hy ()
|
||||
(interactive)
|
||||
(run-lisp (expand-file-name "~/.virtualenvs/hy/bin/hy")))
|
||||
#+END_SRC
|
||||
* Go
|
||||
Basic support:
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
Loading…
Reference in New Issue
Block a user