branch: master
commit a728782d058bd9c39f6a1ca35d60f3383450c006
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
Add ivy key bindings to "C-h m"
* ivy.el (ivy-mode): Update.
Re #37
---
ivy.el | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/ivy.el b/ivy.el
index 791b46b..61de060 100644
--- a/ivy.el
+++ b/ivy.el
@@ -359,7 +359,9 @@ The history, defaults and input-method arguments are
ignored for now."
"Toggle Ivy mode on or off.
With ARG, turn Ivy mode on if arg is positive, off otherwise.
Turning on Ivy mode will set `completing-read-function' to
-`ivy-completing-read'."
+`ivy-completing-read'.
+
+\\{ivy-minibuffer-map}"
:group 'ivy
:global t
:lighter " ivy"