简体   繁体   中英

Setting up inferior-lisp for clojure repl

I'm trying to adding inferior-lisp support for clojure. I've read several articles how to do it and it looks so easy, just do something like this:

M-x set-variable inferior-lisp-program "lein repl"

and then I hit

C-c C-z

And it does the job, which is the repl is on. But when I type something eg (def foo "bar") and hit enter, the repl just idle. Any ideas how to fix this?

您可以查看此博客 ,该博客显示了不使用苹果酒的方法。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM