summaryrefslogtreecommitdiff
path: root/helm-locate.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2014-01-13 10:26:11 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2014-01-13 10:26:11 +0100
commit3c5f69daa3385c4378fc4d4f133d42308c582e36 (patch)
tree1eea574f023b8c774ce7bfa1ecb72b880667db44 /helm-locate.el
parentb6e1d77127589483cc15e27ddc0393e6ad86226d (diff)
Remove delayed attr in all sources.
* helm-bookmark.el (helm-source-bookmarks): Do it. * helm-files.el (helm-source-tracker-search, helm-source-findutils, helm-source-mac-spotlight):Do it. * helm-grep.el (helm-do-grep-1, helm-do-grep-1): Do it. * helm-locate.el (helm-source-locate, helm-locate-read-file-name): Do it. * helm-regexp.el (helm-source-moccur, helm-source-regexp): Do it.
Diffstat (limited to 'helm-locate.el')
-rw-r--r--helm-locate.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/helm-locate.el b/helm-locate.el
index a74434a1..395506af 100644
--- a/helm-locate.el
+++ b/helm-locate.el
@@ -277,8 +277,7 @@ Do nothing when `helm-locate-command' is 'es'."
(help-message . helm-generic-file-help-message)
(candidate-number-limit . 9999)
(no-matchplugin)
- (mode-line . helm-generic-file-mode-line-string)
- (delayed))
+ (mode-line . helm-generic-file-mode-line-string))
"Find files matching the current input pattern with locate.")
;;;###autoload
@@ -293,8 +292,7 @@ Do nothing when `helm-locate-command' is 'es'."
(candidate-transformer . (helm-skip-boring-files
helm-highlight-files))
(candidate-number-limit . 9999)
- (no-matchplugin)
- (delayed))))
+ (no-matchplugin))))
(or (helm :sources src
:prompt prompt
:buffer "*helm locate read fname*"