summaryrefslogtreecommitdiff
path: root/helm-locate.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2012-06-07 22:43:54 -0600
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2012-06-07 22:43:54 -0600
commitf3d6825bd057e1e575533cba73827a7da93bffaa (patch)
tree260b0d3d2b9af0f654ac5426ee354f6d0b5c3ad3 /helm-locate.el
parent4ea1706b4c1a361d9066d99de4ccf1ce82cf6365 (diff)
Require helm-mode in many places for *read-file-name.
* helm-locate.el * helm-grep.el
Diffstat (limited to 'helm-locate.el')
-rw-r--r--helm-locate.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-locate.el b/helm-locate.el
index dbc025a2..1191c471 100644
--- a/helm-locate.el
+++ b/helm-locate.el
@@ -23,7 +23,6 @@
(eval-when-compile (require 'cl))
(require 'helm)
-;(require 'helm-mode)
(defgroup helm-locate nil
@@ -106,6 +105,7 @@ fall back to `default-directory' if FROM-FF is nil."
if LOCALDB is non--nil search and use a local locate db file.
INIT is a string to use as initial input in prompt.
See `helm-locate-with-db' and `helm-locate'."
+ (require 'helm-mode)
(helm-locate-with-db
(and localdb
(or (helm-ff-find-locatedb from-ff)