File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
doc/modules/ROOT/pages/repl Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,8 @@ disabled due to some rough edges with the feature that were
209
209
never properly addressed. See this https://github.com/clojure-emacs/cider/issues/2825[bug report]
210
210
for details.
211
211
212
- Alternatively, you can toggle this behaviour on and off using kbd:[M-x cider-repl-toggle-content-types].
212
+ Alternatively, you can toggle this behaviour on and off using kbd:[M-x cider-repl-toggle-content-types]
213
+ or the REPL shortcut `toggle-content-types`.
213
214
214
215
== Customizing the initial REPL namespace
215
216
@@ -222,7 +223,7 @@ section of your Leiningen project configuration:
222
223
:repl-options {:init-ns 'my-ns}
223
224
----
224
225
225
- == Customizing newline interaction
226
+ == Customizing the `Return` key's behavior
226
227
227
228
Ordinarily, kbd:[Return] immediate sends a form for
228
229
evaluation. If you want to insert a newline into the REPL buffer as
You can’t perform that action at this time.
0 commit comments