File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
doc/modules/ROOT/pages/repl Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -139,10 +139,10 @@ By default, REPL results have no prefix.
139
139
== Set ns in REPL
140
140
141
141
By default `cider-repl-set-ns` won't require the target ns, just set
142
- it. That's done with the assumption that you've probably evaluated the
143
- ns in question already before switching to it (e.g. by doing ` C-c C-k`
144
- in its source file ). If you want to change this behaviour (to avoid
145
- calling `cider-repl-set-ns` and then `(require 'my-ns)` manually), you
142
+ it. That's done with the assumption that you've probably evaluated the ns in
143
+ question already before switching to it (e.g. by doing kbd:[ C-c C-k]
144
+ (`cider-load-buffer`) in its source buffer ). If you want to change this behaviour
145
+ (to avoid calling `cider-repl-set-ns` and then `(require 'my-ns)` manually), you
146
146
can set:
147
147
148
148
[source,lisp]
You can’t perform that action at this time.
0 commit comments