From: Oleh Krehel Date: Thu, 31 Mar 2016 07:56:12 +0000 (+0200) Subject: ivy.el (ivy-sort-functions-alist): Update :type X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/317741927652cb56fa9eca2c282203eea8b302df ivy.el (ivy-sort-functions-alist): Update :type Re #453 --- diff --git a/ivy.el b/ivy.el index b2c6cf9fe..2b7002c34 100644 --- a/ivy.el +++ b/ivy.el @@ -1125,7 +1125,8 @@ See also `ivy-sort-max-size'." :value-type (choice (const :tag "Plain sort" string-lessp) (const :tag "File sort" ivy-sort-file-function-default) - (const :tag "No sort" nil))) + (const :tag "No sort" nil) + (function :tag "Custom function"))) :group 'ivy) (defvar ivy-index-functions-alist