Skip to content

Commit 74889ac

Browse files
committed
Mention cider-find-ns in the menus for cider-mode and cider-repl-mode
1 parent 677ec20 commit 74889ac

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cider-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ Configure `cider-cljs-*-repl' to change the ClojureScript REPL to use for your b
268268
,cider-doc-menu
269269
("Find (jump to)"
270270
["Find definition" cider-find-var]
271+
["Find namespace" cider-find-ns]
271272
["Find resource" cider-find-resource]
272273
["Find keyword" cider-find-keyword]
273274
["Go back" cider-pop-back])

cider-repl.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1487,6 +1487,7 @@ constructs."
14871487
"--"
14881488
("Find"
14891489
["Find definition" cider-find-var]
1490+
["Find namespace" cider-find-ns]
14901491
["Find resource" cider-find-resource]
14911492
["Find keyword" cider-find-keyword]
14921493
["Go back" cider-pop-back])

0 commit comments

Comments
 (0)