summaryrefslogtreecommitdiff
path: root/helm-utils.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thievol@posteo.net>2021-02-04 06:44:08 +0100
committerThierry Volpiatto <thievol@posteo.net>2021-02-04 06:44:08 +0100
commitd534a859b5c2afc25689504db6c8043944de6597 (patch)
treeedaa5d885494061d6c9bbfa956c003b8bfab384d /helm-utils.el
parent7023ed51ee839806adb07537e23351326ce04fd2 (diff)
Remove obsolete sources from helm-sources-using-help-echo-popup
Diffstat (limited to 'helm-utils.el')
-rw-r--r--helm-utils.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/helm-utils.el b/helm-utils.el
index bb2e2904..fd6d7ff5 100644
--- a/helm-utils.el
+++ b/helm-utils.el
@@ -97,8 +97,7 @@ Possible value are:
:group 'helm-utils
:type 'integer)
-(defcustom helm-sources-using-help-echo-popup '("Moccur" "Imenu in all buffers"
- "Ack-Grep" "AG" "RG" "Gid" "Git-Grep")
+(defcustom helm-sources-using-help-echo-popup '("Ack-Grep" "AG" "RG" "Gid" "Git-Grep")
"Show the buffer name or the filename in a popup at selection."
:group 'helm-utils
:type '(repeat (choice string)))