Skip to content

Commit d37de60

Browse files
committed
Add a tip about cider-load-buffer-and-switch-to-repl-buffer
1 parent d3ed859 commit d37de60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cider-util.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,8 @@ through a stack of help buffers. Variables `help-back-label' and
773773
"Keep in mind that some commands don't have a keybinding by default. Explore CIDER!"
774774
"Tweak `cider-repl-prompt-function' to customize your REPL prompt."
775775
"Tweak `cider-eldoc-ns-function' to customize the way namespaces are displayed by eldoc."
776-
"For no middleware, low-tech and reliable namespace reloading use <\\[cider-ns-reload]>.")
776+
"For no middleware, low-tech and reliable namespace reloading use <\\[cider-ns-reload]>."
777+
"Press <\\[cider-load-buffer-and-switch-to-repl-buffer]> to load the current buffer and switch to the REPL buffer afterwards.")
777778
"Some handy CIDER tips."
778779
)
779780

0 commit comments

Comments
 (0)