branch: elpa/helm commit 73d8d6f79cdbc744505638ff3caf1be3049d1404 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Run popup-info in helm-help-mode-after-hook --- helm-utils.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm-utils.el b/helm-utils.el index 481c2978f4..2b00c75899 100644 --- a/helm-utils.el +++ b/helm-utils.el @@ -1069,8 +1069,10 @@ this source to fetch infos on candidate." (if helm-popup-tip-mode (progn (add-hook 'helm-move-selection-after-hook 'helm-maybe-show-help-echo) + (add-hook 'helm-help-mode-after-hook 'helm-maybe-show-help-echo) (add-hook 'helm-cleanup-hook 'helm-cancel-help-echo-timer)) (remove-hook 'helm-move-selection-after-hook 'helm-maybe-show-help-echo) + (remove-hook 'helm-help-mode-after-hook 'helm-maybe-show-help-echo) (remove-hook 'helm-cleanup-hook 'helm-cancel-help-echo-timer))) (defun helm-open-file-with-default-tool (file)