Fork me on GitHub
#cider
<
2022-12-11
>
phronmophobic19:12:38

I'm setting up cider+emacs on an aws ubuntu linux instance. When I enable paredit M-x paredit-mode in the cider repl, it hangs and no longer responds or returns results. If I disable paredit, then it starts working again. Has anyone else run into this? Does anyone have any tips on how to debug this? I've been able to reproduce it from a fresh ubuntu instance.

dakra21:12:40

From https://github.com/clojure-emacs/cider/issues/3288 The new version of paredit map RET key to paredit-RET command. You can either unset this key in paredit-mode-map or use C-RET in REPL buffer

🙏 1
phronmophobic21:12:34

that worked!

👍 1