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 e.g. (def foo "bar") and hit enter, the repl just idle. Any ideas how to fix this?
run-lispworks as intended for me. Are you aware ofcider?cider, though.cider.