mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
doom//packages-update: output feedback earlier
This commit is contained in:
@ -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")))
|
||||||
|
Reference in New Issue
Block a user