core: display message in mode-line while uninstalling packages

This commit is contained in:
syl20bnr 2017-02-03 10:59:07 -05:00
parent 57e653a221
commit a85634cd5a
1 changed files with 2 additions and 0 deletions

View File

@ -1972,6 +1972,8 @@ depends on it."
;; (message "orphans: %s" orphans)
(if orphans
(progn
(spacemacs-buffer/set-mode-line "Uninstalling not used packages...")
(spacemacs//redisplay)
(spacemacs-buffer/append
(format "Found %s orphan package(s) to delete...\n"
orphans-count))