0

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?

3
  • 1
    Can't reproduce: run-lisp works as intended for me. Are you aware of cider? Commented Mar 1, 2014 at 10:58
  • 3
    Same here. You should really be using cider, though. Commented Mar 1, 2014 at 11:03
  • Thanks for the response. I will try cider. Commented Mar 2, 2014 at 1:56

1 Answer 1

0

You can take a look at this blog which shows a way to not using cider.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.