From ee2acf04873ae513855c03f4cf0cc2b1feb2e87d Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Wed, 24 May 2017 07:05:19 +0200 Subject: 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. --- helm-man.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'helm-man.el') diff --git a/helm-man.el b/helm-man.el index 04d56cf8..8062ecb6 100644 --- a/helm-man.el +++ b/helm-man.el @@ -96,7 +96,8 @@ source.") :filtered-candidate-transformer (lambda (candidates _source) (sort candidates #'helm-generic-sort-fn)) - :action '(("Display Man page" . helm-man-default-action)))) + :action '(("Display Man page" . helm-man-default-action)) + :group 'helm-man)) ;;;###autoload (defun helm-man-woman (arg) -- cgit v1.2.3