File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -124,13 +124,11 @@ enable `paredit` in the REPL buffer as well:
124
124
125
125
==== Unsetting Paredit binding of RET key
126
126
127
- In more recent versions of paredit, `RET` is bound to `paredit-RET`. This
128
- can cause unexpected behaviour in the repl when `paredit-mode` is enabled,
129
- e.g. it appears to hang after hitting `RET` instead of evaluating the last
130
- form.
127
+ In recent versions of Paredit (25+), `RET` is bound to `paredit-RET`. This can cause unexpected
128
+ behaviour in the repl when `paredit-mode` is enabled, e.g. it appears to hang after hitting
129
+ `RET` instead of evaluating the last form.
131
130
132
- You can disable the paredit behaviour by adding the following to your
133
- `init.el`:
131
+ You can disable this Paredit behaviour by adding the following to your `init.el`:
134
132
135
133
[source,lisp]
136
134
----
Original file line number Diff line number Diff line change @@ -338,13 +338,15 @@ $ guix package -i openjdk:jdk
338
338
339
339
NOTE: On Windows and macOS the JDK source code is bundled with the JDK.
340
340
341
- === Hitting RET in the repl does not evaluate forms
341
+ === Pressing ` RET` in the REPL does not evaluate forms
342
342
343
- In more recent versions of paredit, `RET` is bound to `paredit-RET`. This can cause unexpected
343
+ Are you a Paredit user? Have you enabled for the REPL buffers?
344
+
345
+ In recent versions of Paredit (25+), `RET` is bound to `paredit-RET`. This can cause unexpected
344
346
behaviour in the repl when `paredit-mode` is enabled, e.g. it appears to hang after hitting
345
347
`RET` instead of evaluating the last form.
346
348
347
- You can disable the paredit behaviour by adding the following to your `init.el`:
349
+ You can disable this Paredit behaviour by adding the following to your `init.el`:
348
350
349
351
[source,lisp]
350
352
----
You can’t perform that action at this time.
0 commit comments