summaryrefslogtreecommitdiff
path: root/cider-util.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-08-06 22:33:30 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-08-06 22:33:30 +0300
commitd37de6084f1c57278a192817d0fb0de542989d63 (patch)
tree65011e5725dc2d8fc415ce8d7ad74df11650dfde /cider-util.el
parentd3ed8596b7658da06aabd05a5c32c213bb253453 (diff)
Add a tip about cider-load-buffer-and-switch-to-repl-buffer
Diffstat (limited to 'cider-util.el')
-rw-r--r--cider-util.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/cider-util.el b/cider-util.el
index 84903d3e..17d4e29f 100644
--- a/cider-util.el
+++ b/cider-util.el
@@ -773,7 +773,8 @@ through a stack of help buffers. Variables `help-back-label' and
"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."
- "For no middleware, low-tech and reliable namespace reloading use <\\[cider-ns-reload]>.")
+ "For no middleware, low-tech and reliable namespace reloading use <\\[cider-ns-reload]>."
+ "Press <\\[cider-load-buffer-and-switch-to-repl-buffer]> to load the current buffer and switch to the REPL buffer afterwards.")
"Some handy CIDER tips."
)