summaryrefslogtreecommitdiff
path: root/cider-util.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-24 09:46:40 -0700
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-24 09:46:40 -0700
commit8a92a46b2eddb398c555daa342eb118939d54310 (patch)
tree782ab950ef2960f2d8fcd1da069acf538d584624 /cider-util.el
parentfbd9f4dadad2c03a3c5972a3d2acddcb8731f09c (diff)
Add a couple of tips
Diffstat (limited to 'cider-util.el')
-rw-r--r--cider-util.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/cider-util.el b/cider-util.el
index bf436438..5b0a61bb 100644
--- a/cider-util.el
+++ b/cider-util.el
@@ -549,7 +549,9 @@ Any other value is just returned."
"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*)."
"Exploring CIDER's menu-bar entries is a great way to discover features."
- "Keep in mind that some commands don't have a keybinding by default. Explore CIDER!")
+ "Keep in mind that some commands don't have a keybinding by default. Explore CIDER!"
+ "Tweak `cider-repl-prompt-function' to customize your REPL prompt."
+ "Tweak `cider-eldoc-ns-function' to customize the way namespaces are displayed by eldoc.")
"Some handy CIDER tips."
)