summaryrefslogtreecommitdiff
path: root/cider-repl.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-07 11:12:20 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-07 11:12:20 +0200
commit527b7ded071978a3043736fc7ac07e4a104cdc20 (patch)
treed6bbf42f64f2a0151d008aba5d37c40f727d4936 /cider-repl.el
parent2370b6cec4ec5bf0b75b662d751c2a666614d3d4 (diff)
Extract the cider-test menu into a variable
Now it can be shared between cider-mode and cider-repl-mode.
Diffstat (limited to 'cider-repl.el')
-rw-r--r--cider-repl.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/cider-repl.el b/cider-repl.el
index ffcd1df0..58054fc4 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -1213,6 +1213,8 @@ constructs."
["Macroexpand-1" cider-macroexpand-1]
["Macroexpand-all" cider-macroexpand-all])
"--"
+ ,cider-test-menu
+ "--"
["Run project (-main function)" cider-run]
["Inspect" cider-inspect]
["Toggle var tracing" cider-toggle-trace-var]