From 74889ac0af0d2f64ca0a748a005118d4ea300d82 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Tue, 19 Dec 2017 20:34:02 +0200 Subject: Mention cider-find-ns in the menus for cider-mode and cider-repl-mode --- cider-mode.el | 1 + 1 file changed, 1 insertion(+) (limited to 'cider-mode.el') 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]) -- cgit v1.2.3