]> code.delx.au - gnu-emacs-elpa/commit
Improve Ivy documentation UI
authorOleh Krehel <ohwoeowho@gmail.com>
Thu, 4 Feb 2016 14:37:00 +0000 (15:37 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Thu, 4 Feb 2016 14:37:00 +0000 (15:37 +0100)
commit00f08f74f1568b6f835abadecff32cd7c9a7a556
tree4dbc1af3b42418f2d9f6eba95a21ead71de0c3ac
parentc27cde28fb65f85800ae1d8a59158a8d0d548719
Improve Ivy documentation UI

* ivy.el (ivy-minibuffer-map): Bind "C-h m" to `ivy-help'.
(ivy-help-file): New defvar, pointing to the ivy-help.org file.
(ivy-help): New command.

* ivy-hydra.el (hydra-ivy): Update the layout, give the columns more
  meaningful names, bind "D" to go to this hydra's definition.

* doc/ivy.org: Fix a few typos.

* doc/ivy-help.org: New file.

Fixes #376
doc/ivy-help.org [new file with mode: 0644]
doc/ivy.org
ivy-hydra.el
ivy.el
swiper.el