summaryrefslogtreecommitdiff
path: root/cider-util.el
diff options
context:
space:
mode:
authorAndrea Richiardi <a.richiardi.work@gmail.com>2018-08-01 09:43:35 -0700
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-08-02 22:14:34 +0300
commit623a669619a35c3f02dd1172665aa9db9fc1e761 (patch)
tree514dfed1529490a9631a8cfd35f09e8b4692bd93 /cider-util.el
parenta1f86b38c4a07c254d444cf0280d2fe29eb6a830 (diff)
Add cider-ns-reload and cider-ns-reload-all commands
The C-c M-n l has been assigned to cider-ns-reload while C-c M-n M-l has been assigned to cider-ns-reload-all.
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 5263713d..e5a2446e 100644
--- a/cider-util.el
+++ b/cider-util.el
@@ -772,7 +772,8 @@ through a stack of help buffers. Variables `help-back-label' and
"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!"
"Tweak `cider-repl-prompt-function' to customize your REPL prompt."
- "Tweak `cider-eldoc-ns-function' to customize the way namespaces are displayed by eldoc.")
+ "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]>.")
"Some handy CIDER tips."
)