summaryrefslogtreecommitdiff
path: root/cider-mode.el
diff options
context:
space:
mode:
authorTianxiang Xiong <tianxiang.xiong@gmail.com>2018-02-07 21:34:08 -0800
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-02-11 20:38:38 +0700
commitc74cc6ac123b239503b91fa20fab1e75d0e2385d (patch)
tree589d762630ec70d4c4a28ffd87515d5cf568cb7b /cider-mode.el
parentb81073f38552a849c2636bbc2c5d7e152787b88c (diff)
Add `cider-profile-menu`
The submenu can be found under the CIDER Interactions menu.
Diffstat (limited to 'cider-mode.el')
-rw-r--r--cider-mode.el17
1 files changed, 9 insertions, 8 deletions
diff --git a/cider-mode.el b/cider-mode.el
index 287bc92b..095e1a12 100644
--- a/cider-mode.el
+++ b/cider-mode.el
@@ -279,6 +279,14 @@ Configure `cider-cljs-*-repl' to change the ClojureScript REPL to use for your b
["Find resource" cider-find-resource]
["Find keyword" cider-find-keyword]
["Go back" cider-pop-back])
+ ("Browse"
+ ["Browse namespace" cider-browse-ns]
+ ["Browse all namespaces" cider-browse-ns-all]
+ ["Browse spec" cider-browse-spec]
+ ["Browse all specs" cider-browse-spec-all]
+ ["Browse REPL input history" cider-repl-history]
+ ["Browse classpath" cider-classpath]
+ ["Browse classpath entry" cider-open-classpath-entry])
("Macroexpand"
["Macroexpand-1" cider-macroexpand-1]
["Macroexpand-all" cider-macroexpand-all])
@@ -293,14 +301,7 @@ Configure `cider-cljs-*-repl' to change the ClojureScript REPL to use for your b
["List instrumented defs" cider-browse-instrumented-defs]
"--"
["Configure the Debugger" (customize-group 'cider-debug)])
- ("Browse"
- ["Browse namespace" cider-browse-ns]
- ["Browse all namespaces" cider-browse-ns-all]
- ["Browse spec" cider-browse-spec]
- ["Browse all specs" cider-browse-spec-all]
- ["Browse REPL input history" cider-repl-history]
- ["Browse classpath" cider-classpath]
- ["Browse classpath entry" cider-open-classpath-entry])
+ ,cider-profile-menu
("Misc"
["Clojure Cheatsheet" cider-cheatsheet]
["Flush completion cache" cider-completion-flush-caches]))