summaryrefslogtreecommitdiff
path: root/cider-util.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-23 18:22:36 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-23 18:22:36 +0200
commitd03897a2565ecc072c852fa713b5d5ad5b53857c (patch)
tree0336da1c9a5097b5c30bf67055f7078ce0b78477 /cider-util.el
parentbbb3d52159a0c5d9c7c8168e845e58605169de57 (diff)
Add a few more tips
Diffstat (limited to 'cider-util.el')
-rw-r--r--cider-util.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/cider-util.el b/cider-util.el
index 37fb288f..efd64ad1 100644
--- a/cider-util.el
+++ b/cider-util.el
@@ -455,7 +455,10 @@ Any other value is just returned."
"Press <\\[cider-display-connection-info]> to view information about the connection."
"Press <\\[cider-undef]> to undefine a symbol in the current namespace."
"Press <\\[cider-interrupt]> to interrupt an ongoing evaluation."
- "Enable `eldoc-mode' to display function & method signatures in the minibuffer.")
+ "Use <M-x customize-group RET cider RET> to see every possible setting you can customize."
+ "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."
+ "Keep in mind that some commands don't have a keybinding by default. Explore CIDER!")
"Some handy CIDER tips."
)