Paredit in Cider REPL appears to prevent clojure repl evaluation #3334
Closed
RogerWWilliams
started this conversation in
General
Replies: 2 comments 2 replies
-
See https://docs.cider.mx/cider/troubleshooting.html#pressing-ret-in-the-repl-does-not-evaluate-forms That's basically the result of an unfortunate upstream change in Paredit. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thank you for the link! Sorry I didn't see this when I was working on it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All:
I just recently found that the below entry in my init.el for paredit v20221127.1452 when using cider 20230413.743 prevents any repl evaluation once starting up a repl via cider-jack-in-clj. Regardless of whether or not a project has been loaded. Simply commenting out the below line fixed everything in my case.
(add-hook 'cider-repl-mode-hook #'paredit-mode)
Not sure how long this has been occurring as its been a while since I "jacked-in" to anything and I tend to update my Emacs packages every few weeks.
I added the above line to my init.el a while back after reading https://tbellisiv.gitbooks.io/clojure-emacs-cider-intro/content/Spiking_Cider/Paredit.html
Just pointing it out in case anyone else has hit this.
Thank you,
Roger
Beta Was this translation helpful? Give feedback.
All reactions