summaryrefslogtreecommitdiff
path: root/helm-locate.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-05-24 07:05:19 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-05-24 07:38:54 +0200
commitee2acf04873ae513855c03f4cf0cc2b1feb2e87d (patch)
tree6f316b86db07eaf0aa1cdf1070338d7e48d7700a /helm-locate.el
parent3a1e91978703e057909c95b646073b289b81cb00 (diff)
Start adding group in some sources.
* helm-files.el (helm-source-ffiles): Do it. * helm-types.el (helm--setup-source): Do it. * helm-dabbrev.el (helm-dabbrev): Do it. * helm-elisp-package.el (helm-list-el-package-source): Do it. * helm-grep.el (helm-grep-class): Do it. (helm-grep-ag-class): Do it. * helm-imenu.el (helm-imenu-source): Do it. * helm-locate.el (helm-locate-source): Do it. (helm-locate-subdirs-source): Do it. * helm-man.el (helm-source-man-pages): Do it. * helm-org.el (helm-org-headings-class): Do it. * helm-regexp.el (helm-source-regexp): Do it. (helm-source-multi-occur): Do it. * helm-ring.el (helm-source-kill-ring): Do it. (helm-source-mark-ring): Do it. (helm-source-global-mark-ring): Do it. (helm-source-register): Do it. (helm-execute-kmacro): Do it. * helm-sys.el (helm-source-top): Do it. * helm-tags.el (helm-etags-build-source): Do it.
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