summaryrefslogtreecommitdiff
path: root/cider-mode.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-03-09 18:05:22 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-03-09 18:05:22 +0200
commitd8cefbc7f6d9c51785809fb31122f52cf875388d (patch)
tree462f74812e81a4faf306883fe92d78d3b0821b7f /cider-mode.el
parent856b83e4c8dc1db63e94a27e0253a992b3aac4e2 (diff)
Add cider-close-ancillary-buffers to the mode menus
Diffstat (limited to 'cider-mode.el')
-rw-r--r--cider-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/cider-mode.el b/cider-mode.el
index c2245ee5..18209302 100644
--- a/cider-mode.el
+++ b/cider-mode.el
@@ -271,6 +271,7 @@ Returns to the buffer in which the command was invoked."
"--"
["Interrupt evaluation" cider-interrupt]
"--"
+ ["Close ancillary buffers" cider-close-ancillary-buffers]
["Quit" cider-quit]
["Restart" cider-restart]
"--"