summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cider-mode.el1
-rw-r--r--cider-repl.el1
2 files changed, 2 insertions, 0 deletions
diff --git a/cider-mode.el b/cider-mode.el
index d01970a5..690a8326 100644
--- a/cider-mode.el
+++ b/cider-mode.el
@@ -268,6 +268,7 @@ Configure `cider-cljs-*-repl' to change the ClojureScript REPL to use for your b
,cider-doc-menu
("Find (jump to)"
["Find definition" cider-find-var]
+ ["Find namespace" cider-find-ns]
["Find resource" cider-find-resource]
["Find keyword" cider-find-keyword]
["Go back" cider-pop-back])
diff --git a/cider-repl.el b/cider-repl.el
index a2445ffe..1f4aa9d6 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -1487,6 +1487,7 @@ constructs."
"--"
("Find"
["Find definition" cider-find-var]
+ ["Find namespace" cider-find-ns]
["Find resource" cider-find-resource]
["Find keyword" cider-find-keyword]
["Go back" cider-pop-back])