]> code.delx.au - gnu-emacs-elpa/commit
Allow user-specified matched candidate sorting
authorOleh Krehel <ohwoeowho@gmail.com>
Fri, 13 Nov 2015 14:37:15 +0000 (15:37 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Fri, 13 Nov 2015 14:38:48 +0000 (15:38 +0100)
commit7397beca3aab05bc5a5439a7c8be3b998a5a5df7
tree542f7d277f85fb682875650b0d62a74e627f6e7a
parentf246178d59cb00aff95ffbd082c32bc6919aac4b
Allow user-specified matched candidate sorting

* ivy.el (ivy-prefix-sort): Remove defcustom.
(ivy--filter): Forward sorting of matched candidates to `ivy--sort'.
(ivy-sort-matches-functions-alist): New defcustom.
(ivy--sort): New defun.

Fixes #269
Fixes #265
ivy.el