summaryrefslogtreecommitdiff
path: root/cider-repl.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-28 14:46:40 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-28 14:46:40 +0200
commit010f47deb242bf61ad17632fd694393341640d6c (patch)
tree0c0cb88c97bc1a8ad0819f842528d321ec7a6afa /cider-repl.el
parentacaac8a735c4c6ff4009fce8b800564cfd3ff533 (diff)
Add the classpath and ns browsing commands to cider-repl-mode's menu
Diffstat (limited to 'cider-repl.el')
-rw-r--r--cider-repl.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/cider-repl.el b/cider-repl.el
index 3aed7cee..16bb5560 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -1293,6 +1293,11 @@ constructs."
["Set REPL ns" cider-repl-set-ns]
["Toggle pretty printing" cider-repl-toggle-pretty-printing]
"--"
+ ["Browse classpath" cider-classpath]
+ ["Browse classpath entry" cider-open-classpath-entry]
+ ["Browse namespace" cider-browse-ns]
+ ["Browse all namespaces" cider-browse-ns-all]
+ "--"
["Next prompt" cider-repl-next-prompt]
["Previous prompt" cider-repl-previous-prompt]
["Clear output" cider-repl-clear-output]