-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with Clojure evaluation #674
Comments
I've started getting this too - the fix is to add the missing libraries to deps.edn under
|
It's slightly awkward, but you can fix this per-project by adding those deps to your own project's Another solution/hack without needing anything per-project would be to rebind Lispy's keys. Following code assumes that clojure is always
|
Hello @ComedyTomedy, thank you for your answer, I like the emacs config solution.
May be the function |
You've put double parens on So the immediate solution will be
|
Ok, I understand, thank you for your help. It's fixed now! |
Should this issue be closed @davd33 ? The above solution seems more like a hack than a proper fix. |
Hi @winterscar, indeed, this hack works for me, but the issue remains. I'm not well aware of how issues are managed. But I'll re-open this one then. |
I also ran into this issue today. @ComedyTomedy's solution worked for me. |
Hi !
I have the following error message in the Messages buffer when evaluating a clojure form (with
e
orE
):I also see the following compilation error message in the CIDER REPL after the first evaluation:
Could you please help me with this issue ?
Do you need further information for helping me?
Thank you very much.
The text was updated successfully, but these errors were encountered: