Skip to content

Commit b7f79b1

Browse files
jpmonettasbbatsov
authored andcommitted
Add cider-browse-spec and cider-browse-spec-all to cider-mode and cider-repl
1 parent 2e51d40 commit b7f79b1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

cider-mode.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ Configure `cider-cljs-*-repl' to change the ClojureScript REPL to use for your b
277277
("Browse"
278278
["Browse namespace" cider-browse-ns]
279279
["Browse all namespaces" cider-browse-ns-all]
280+
["Browse spec" cider-browse-spec]
281+
["Browse all specs" cider-browse-spec-all]
280282
["Browse REPL input history" cider-repl-history]
281283
["Browse classpath" cider-classpath]
282284
["Browse classpath entry" cider-open-classpath-entry])

cider-repl.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,6 +1328,8 @@ constructs."
13281328
["Browse classpath entry" cider-open-classpath-entry]
13291329
["Browse namespace" cider-browse-ns]
13301330
["Browse all namespaces" cider-browse-ns-all]
1331+
["Browse spec" cider-browse-spec]
1332+
["Browse all specs" cider-browse-spec-all]
13311333
"--"
13321334
["Next prompt" cider-repl-next-prompt]
13331335
["Previous prompt" cider-repl-previous-prompt]

0 commit comments

Comments
 (0)