summaryrefslogtreecommitdiff
path: root/helm-elisp-package.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-08-03 08:03:22 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-08-03 08:03:22 +0200
commit7db42a09a135ab2bd11a0211c93a5b90193bec56 (patch)
tree1dfb6e9ef5ea0cbae79782104301f8d580d6c33d /helm-elisp-package.el
parent4ae27abaed9cecff00de3404492554c556a21144 (diff)
Notify when refreshing packages list.
* helm-elisp-package.el (helm-el-package--init): Do it.
Diffstat (limited to 'helm-elisp-package.el')
-rw-r--r--helm-elisp-package.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helm-elisp-package.el b/helm-elisp-package.el
index dcd9fb46..f9147d96 100644
--- a/helm-elisp-package.el
+++ b/helm-elisp-package.el
@@ -59,6 +59,7 @@
;; properly (empty buffer) when called from lisp
;; with 'no-fetch (emacs-25 WA).
(package-show-package-list)
+ (when helm--force-updating-p (message "Refreshing packages list..."))
(list-packages helm-el-package--initialized-p))
(setq helm-el-package--initialized-p t)
(message nil))