doom//packages-update: output feedback earlier
This commit is contained in:
parent
2b2aac4417
commit
03e6900d3c
1 changed files with 1 additions and 1 deletions
|
@ -393,8 +393,8 @@ package.el as appropriate."
|
||||||
(defun doom//packages-update ()
|
(defun doom//packages-update ()
|
||||||
"Interactive command for updating packages."
|
"Interactive command for updating packages."
|
||||||
(interactive)
|
(interactive)
|
||||||
(doom-refresh-packages doom-debug-mode)
|
|
||||||
(message! "Looking for outdated packages...")
|
(message! "Looking for outdated packages...")
|
||||||
|
(doom-refresh-packages doom-debug-mode)
|
||||||
(let ((packages (sort (doom-get-outdated-packages) #'doom--sort-alpha)))
|
(let ((packages (sort (doom-get-outdated-packages) #'doom--sort-alpha)))
|
||||||
(cond ((not packages)
|
(cond ((not packages)
|
||||||
(message! (green "Everything is up-to-date")))
|
(message! (green "Everything is up-to-date")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue