Skip to content

Commit

Permalink
Use VAL instead of the var name itself in helm-recentf-fuzzy-match
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryvolpiatto committed Jul 9, 2022
1 parent de29082 commit 5086f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-for-files.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5086f58

Please sign in to comment.