File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -277,6 +277,8 @@ Configure `cider-cljs-*-repl' to change the ClojureScript REPL to use for your b
277
277
(" Browse"
278
278
[" Browse namespace" cider-browse-ns]
279
279
[" Browse all namespaces" cider-browse-ns-all]
280
+ [" Browse spec" cider-browse-spec]
281
+ [" Browse all specs" cider-browse-spec-all]
280
282
[" Browse REPL input history" cider-repl-history]
281
283
[" Browse classpath" cider-classpath]
282
284
[" Browse classpath entry" cider-open-classpath-entry])
Original file line number Diff line number Diff line change @@ -1328,6 +1328,8 @@ constructs."
1328
1328
[" Browse classpath entry" cider-open-classpath-entry]
1329
1329
[" Browse namespace" cider-browse-ns]
1330
1330
[" Browse all namespaces" cider-browse-ns-all]
1331
+ [" Browse spec" cider-browse-spec]
1332
+ [" Browse all specs" cider-browse-spec-all]
1331
1333
" --"
1332
1334
[" Next prompt" cider-repl-next-prompt]
1333
1335
[" Previous prompt" cider-repl-previous-prompt]
You can’t perform that action at this time.
0 commit comments