]> code.delx.au - gnu-emacs-elpa/commit
Call ivy-set-actions with t to affect all commands
authorOleh Krehel <ohwoeowho@gmail.com>
Tue, 5 Jan 2016 18:12:29 +0000 (19:12 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Tue, 5 Jan 2016 18:12:29 +0000 (19:12 +0100)
commit6051225d97bbd258ace7db1a0eba7894a06e7447
tree0e0ccab7bd3b243c43ff3e2e5a0f01c8364967ec
parentdf1dc78c3a0659862a7d263d8c438a12080d038d
Call ivy-set-actions with t to affect all commands

* ivy.el (ivy-read): Update.

Example:

(ivy-set-actions
 t
 '(("i" insert "insert")))

Now an "insert" action will be available for all `ivy-read' sessions
when pressing "M-o".

Fixes #337
ivy.el