]> code.delx.au - gnu-emacs-elpa/commit
Add counsel-descbinds
authorOleh Krehel <ohwoeowho@gmail.com>
Tue, 12 Jan 2016 13:46:31 +0000 (14:46 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Tue, 12 Jan 2016 13:46:31 +0000 (14:46 +0100)
commitd996215c9e2757deae391619839037cbbdfa7b9c
tree77fb7646ad5621b47bf24dfb062e135f64b46f29
parentf7c7114b6abb22f3f7fc007d1fcaf6cdf6b9017d
Add counsel-descbinds

* ivy.el (ivy-read-action): Update prompt for "C-M-a".

* counsel.el (counsel--find-symbol): Use ivy-window.
(counsel--descbinds-cands): New defun.
(counsel-descbinds-history): New defvar.
(counsel-descbinds-action-describe): New defun.
(counsel-descbinds-action-find): New defun.
(counsel-descbinds-action-info): New defun.
(counsel-descbinds): New command. Very similar to `counsel-M-x', except
that only bound commands are displayed.

Fixes #332
counsel.el
ivy.el