lisp - Use repl for Hy in Emacs -
i have installed hy-mode
https://github.com/hylang/hy-mode. can open .hy
file in emacs , have syntax highlighting, , editing paredit
joy.
i however, don't know how start repl. @ bottom of github readme, says:
when in hy-mode, can launch hy repl launching lisp inferior process
m-x lisp-inferior-process
that function, however, not defined me. else need install or check able use repl hy?
i using: gnu emacs 24.3.1.
have tried set inferior-lisp-program
"hy" , doing m-x run-lisp?
this standard way (or maybe "way know about") of having inferior lisp process.
Comments
Post a Comment