From 317741927652cb56fa9eca2c282203eea8b302df Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Thu, 31 Mar 2016 09:56:12 +0200 Subject: [PATCH] ivy.el (ivy-sort-functions-alist): Update :type Re #453 --- ivy.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2