summaryrefslogtreecommitdiff
path: root/cider-util.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-03-09 18:08:10 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-03-09 18:08:10 +0200
commit22d4833256a602af72d3bb1679bffda46898b2f4 (patch)
tree4de1eb817eb43b701c604cf3a9ba07b44b6270ae /cider-util.el
parentd8cefbc7f6d9c51785809fb31122f52cf875388d (diff)
Add a tip about cleaning up ancillary buffers
Diffstat (limited to 'cider-util.el')
-rw-r--r--cider-util.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/cider-util.el b/cider-util.el
index 120cce5e..a7508b31 100644
--- a/cider-util.el
+++ b/cider-util.el
@@ -492,6 +492,7 @@ Any other value is just returned."
"Use <M-x customize-group RET cider-repl RET> to see every possible REPL setting you can customize."
"Enable `eldoc-mode' to display function & method signatures in the minibuffer."
"Enable `cider-enlighten-mode' to display the locals of a function when it's executed."
+ "Use <\\[cider-close-ancillary-buffers]> to close all ancillary buffers created by CIDER (e.g. *cider-doc*)."
"Keep in mind that some commands don't have a keybinding by default. Explore CIDER!")
"Some handy CIDER tips."
)