summaryrefslogtreecommitdiff
path: root/helm-locate.el
diff options
context:
space:
mode:
Diffstat (limited to 'helm-locate.el')
-rw-r--r--helm-locate.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/helm-locate.el b/helm-locate.el
index c8ff9cf8..01c7738f 100644
--- a/helm-locate.el
+++ b/helm-locate.el
@@ -349,7 +349,8 @@ Sort is done on basename of CANDIDATES."
(history :initform 'helm-file-name-history)
(persistent-action :initform 'helm-ff-kill-or-find-buffer-fname)
(candidate-number-limit :initform 9999)
- (redisplay :initform (progn helm-locate-fuzzy-sort-fn))))
+ (redisplay :initform (progn helm-locate-fuzzy-sort-fn))
+ (group :initform 'helm-locate)))
(defvar helm-source-locate
(helm-make-source "Locate" 'helm-locate-source
@@ -405,7 +406,8 @@ Sort is done on basename of CANDIDATES."
(subdir :initarg :subdir
:initform nil
:custom 'string)
- (data :initform #'helm-locate-init-subdirs)))
+ (data :initform #'helm-locate-init-subdirs)
+ (group :initform 'helm-locate)))
(defun helm-locate-init-subdirs ()
(with-temp-buffer