summaryrefslogtreecommitdiff
path: root/cider-mode.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-12-19 20:34:02 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2017-12-19 20:34:02 +0200
commit74889ac0af0d2f64ca0a748a005118d4ea300d82 (patch)
tree253ab5f50e20c163ed22891c07bd3cace065ad10 /cider-mode.el
parent677ec20a6c300e33686526175325dc7dafee7953 (diff)
Mention cider-find-ns in the menus for cider-mode and cider-repl-mode
Diffstat (limited to 'cider-mode.el')
-rw-r--r--cider-mode.el1
1 files changed, 1 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])