From 010f47deb242bf61ad17632fd694393341640d6c Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sun, 28 Feb 2016 14:46:40 +0200 Subject: Add the classpath and ns browsing commands to cider-repl-mode's menu --- cider-repl.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cider-repl.el') 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] -- cgit v1.2.3