From 5086f58d576cebb2e277bacd6a5a09bb5673cb57 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Sat, 9 Jul 2022 07:47:32 +0200 Subject: [PATCH] Use VAL instead of the var name itself in helm-recentf-fuzzy-match --- helm-for-files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-for-files.el b/helm-for-files.el index 6b36fb8e7..3587fc72b 100644 --- a/helm-for-files.el +++ b/helm-for-files.el @@ -150,7 +150,7 @@ small.") (let ((helm-fuzzy-sort-fn 'helm-fuzzy-matching-sort-fn-preserve-ties-order)) (setq helm-source-recentf (helm-make-source "Recentf" 'helm-recentf-source - :fuzzy-match helm-recentf-fuzzy-match))))) + :fuzzy-match val))))) ;;; Files in current dir