From 573fcf55b8abee797a8716d183d8f7994833b566 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Wed, 17 Oct 2012 07:31:54 +0200 Subject: * helm-grep.el: Issue #135 Use again helm-c-adaptive-sort which is working without must-match. --- helm-grep.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helm-grep.el') diff --git a/helm-grep.el b/helm-grep.el index 79e50fff..f7850b20 100644 --- a/helm-grep.el +++ b/helm-grep.el @@ -635,7 +635,7 @@ in recurse, search being made on `helm-zgrep-file-extension-regexp'." "Search Only in: " (helm-c-grep-guess-extensions targets) :marked-candidates t - :preselect "*" + :fc-transformer 'helm-c-adaptive-sort :buffer "*helm grep exts*")))) (include-files (and exts (mapconcat #'(lambda (x) -- cgit v1.2.3