]> code.delx.au - gnu-emacs-elpa/commit
Support hash tables in ivy-read
authorOleh Krehel <ohwoeowho@gmail.com>
Tue, 6 Oct 2015 09:30:55 +0000 (11:30 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Tue, 6 Oct 2015 09:30:55 +0000 (11:30 +0200)
commit47a220d521b9fb916f0d51da2df229a9ff7870b7
treefec61eac0c196b4c4110e85d29f62ef904099b33
parent171422065d7bdfb67076d4fb41b716cac310b86b
Support hash tables in ivy-read

* ivy.el (ivy--reset-state): `all-completions' also works fine for hash
  tables, so start using it.

Hash tables as collections are rare. One example is "C-c C-w"
in *rcirc* (`rcirc-cmd-whois').
ivy.el