We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677ec20 commit 74889acCopy full SHA for 74889ac
cider-mode.el
@@ -268,6 +268,7 @@ Configure `cider-cljs-*-repl' to change the ClojureScript REPL to use for your b
268
,cider-doc-menu
269
("Find (jump to)"
270
["Find definition" cider-find-var]
271
+ ["Find namespace" cider-find-ns]
272
["Find resource" cider-find-resource]
273
["Find keyword" cider-find-keyword]
274
["Go back" cider-pop-back])
cider-repl.el
@@ -1487,6 +1487,7 @@ constructs."
1487
"--"
1488
("Find"
1489
1490
1491
1492
1493
0 commit comments