branch: elpa/flx commit c85273a6e80cfae118554ec7e35df7593b22fdf0 Author: Le Wang <le.w...@agworld.com.au> Commit: Le Wang <le.w...@agworld.com.au>
fix helm demo typo --- flx-scratch-helm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flx-scratch-helm.el b/flx-scratch-helm.el index 859f466309..bd0c89b66f 100644 --- a/flx-scratch-helm.el +++ b/flx-scratch-helm.el @@ -13,7 +13,7 @@ (setq block-started char)) (setq last-char char))) (put-text-property block-started (1+ last-char) 'face 'helm-match str) - (format "% [%s]" str (car score)))) + (format "%s [%s]" str (car score)))) (defun flx-helm-candidate-transformer (candidates) "We score candidate and add the score info for later use.