Skip to content

Commit 010f47d

Browse files
committed
Add the classpath and ns browsing commands to cider-repl-mode's menu
1 parent acaac8a commit 010f47d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cider-repl.el

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,6 +1293,11 @@ constructs."
12931293
["Set REPL ns" cider-repl-set-ns]
12941294
["Toggle pretty printing" cider-repl-toggle-pretty-printing]
12951295
"--"
1296+
["Browse classpath" cider-classpath]
1297+
["Browse classpath entry" cider-open-classpath-entry]
1298+
["Browse namespace" cider-browse-ns]
1299+
["Browse all namespaces" cider-browse-ns-all]
1300+
"--"
12961301
["Next prompt" cider-repl-next-prompt]
12971302
["Previous prompt" cider-repl-previous-prompt]
12981303
["Clear output" cider-repl-clear-output]

0 commit comments

Comments
 (0)