]> code.delx.au - gnu-emacs-elpa/commit
ivy.el (ivy-prefix-sort): New defcustom, off by default for now
authorOleh Krehel <ohwoeowho@gmail.com>
Fri, 13 Nov 2015 14:04:56 +0000 (15:04 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Fri, 13 Nov 2015 14:04:56 +0000 (15:04 +0100)
commitf246178d59cb00aff95ffbd082c32bc6919aac4b
tree6f8a4fdc69deb5f7a14156896f195aba4b6c825e
parent5d90542e6fa73a7a6f9fb4bd3db67549d7434971
ivy.el (ivy-prefix-sort): New defcustom, off by default for now

* ivy.el (ivy--filter): When `ivy-prefix-sort' is non-nil, additionally
  sort the matching candidates with `ivy--prefix-sort'.
(ivy--prefix-sort): New defun.

Fixes #265
ivy.el