summaryrefslogtreecommitdiff
path: root/helm-grep.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2012-10-17 07:31:54 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2012-10-17 07:31:54 +0200
commit573fcf55b8abee797a8716d183d8f7994833b566 (patch)
tree4ac48d98b25c93256a9abae2cdd0a02c50ca072b /helm-grep.el
parent60af3ea067831894cbcab229d5583166c04d82d9 (diff)
* helm-grep.el: Issue #135 Use again helm-c-adaptive-sort which is working without must-match.
Diffstat (limited to 'helm-grep.el')
-rw-r--r--helm-grep.el2
1 files changed, 1 insertions, 1 deletions
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)