branch: elpa/helm commit e99ab718804423392dc1c24b7fff22067edb9186 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Add startup message for helm-locate-library --- helm-elisp.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm-elisp.el b/helm-elisp.el index 4494dcd85d..42a3e08992 100644 --- a/helm-elisp.el +++ b/helm-elisp.el @@ -915,6 +915,9 @@ a string, i.e. the `symbol-name' of any existing symbol." (defun helm-locate-library () "Preconfigured helm to locate elisp libraries." (interactive) + (message "Scanning libraries...") + (with-helm-temp-hook 'helm-after-initialize-hook + (message "Scanning libraries...Done")) (helm :sources (helm-build-in-buffer-source "Elisp libraries (Scan)" :data #'helm-locate-library-scan-list