core: add `(please wait)` msg when downloading spacelpa

This commit is contained in:
syl20bnr 2017-10-29 21:47:08 -04:00
parent e63febeafd
commit 247b63dac1
1 changed files with 1 additions and 1 deletions

View File

@ -2453,7 +2453,7 @@ ELPA stable repository."
(let ((address (configuration-layer//stable-elpa-tarball-distant-file))
(local (configuration-layer//stable-elpa-tarball-local-file)))
(spacemacs-buffer/set-mode-line
(format "Downloading stable ELPA repository: %s..."
(format "Downloading stable ELPA repository: %s... (please wait)"
configuration-layer--stable-elpa-name) t)
(if (and (spacemacs/system-is-mswindows)
(not (executable-find "gzip")))