summaryrefslogtreecommitdiff
path: root/helm-dabbrev.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-dabbrev.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-dabbrev.el')
-rw-r--r--helm-dabbrev.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/helm-dabbrev.el b/helm-dabbrev.el
index dece1ef2..49b80759 100644
--- a/helm-dabbrev.el
+++ b/helm-dabbrev.el
@@ -316,7 +316,8 @@ but the initial search for all candidates in buffer(s)."
:persistent-action 'ignore
:persistent-help "DoNothing"
:keymap helm-dabbrev-map
- :action 'helm-dabbrev-default-action)
+ :action 'helm-dabbrev-default-action
+ :group 'helm-dabbrev)
:buffer "*helm dabbrev*"
:input (concat "^" dabbrev " ")
:resume 'noresume