From 2bbaff1ac413a5e3cd16f2fabd353f9f654ded28 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Tue, 26 Jan 2016 12:32:09 +0100 Subject: helm-sources-using-help-echo-popup is now a defcustom (#1072). * helm-utils.el (helm-sources-using-help-echo-popup): New defcustom. --- helm-utils.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'helm-utils.el') diff --git a/helm-utils.el b/helm-utils.el index f50adce1..4217b97b 100644 --- a/helm-utils.el +++ b/helm-utils.el @@ -62,6 +62,12 @@ It is a float, usually 1024.0 but could be 1000.0 on some systems." :group 'helm-utils :type 'integer) +(defcustom helm-sources-using-help-echo-popup '("Moccur" "Imenu in all buffers" + "Ack-Grep" "AG" "Gid" "Git-Grep") + "Show the buffer name or the filename in a popup at selection." + :group 'helm-utils + :type '(repeat (choice string))) + (defvar helm-goto-line-before-hook '(helm-save-current-pos-to-mark-ring) "Run before jumping to line. @@ -533,8 +539,6 @@ If STRING is non--nil return instead a space separated string." ;;; Popup buffer-name or filename in grep/moccur/imenu-all. ;; (defvar helm--show-help-echo-timer nil) -(defvar helm-sources-using-help-echo-popup '("Moccur" "Imenu in all buffers" - "Ack-Grep" "AG" "Gid" "Git-Grep")) (defun helm-cancel-help-echo-timer () (when helm--show-help-echo-timer -- cgit v1.2.3