summaryrefslogtreecommitdiff
path: root/helm-font.el
diff options
context:
space:
mode:
Diffstat (limited to 'helm-font.el')
-rw-r--r--helm-font.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/helm-font.el b/helm-font.el
index 9b29bef3..2f924e62 100644
--- a/helm-font.el
+++ b/helm-font.el
@@ -154,6 +154,8 @@ Only math* symbols are collected."
:init #'helm-ucs-init
:candidate-number-limit 9999
:help-message 'helm-ucs-help-message
+ :filtered-candidate-transformer
+ (lambda (candidates _source) (sort candidates #'helm-generic-sort-fn))
:action '(("Insert character" . helm-ucs-insert-char)
("Insert character name" . helm-ucs-insert-name)
("Insert character code in hex" . helm-ucs-insert-code)