I am trying to migrate from slime to sly. But I want to use paredit
in sly-mrepl
. Naive enabling of paredit
in sly-mrepl
leads to a problem where pressing RET
in repl calls paredit-ret
. But I want to call sly-mrepl-return
.
How do I disable paredit-ret
in sly-mrepl
, call sly-mrepl-return
and still use paredit
goodness?