mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
@ -33,7 +33,7 @@ following shell commands:
|
|||||||
(let* ((force? (doom-cli-context-suppress-prompts-p context))
|
(let* ((force? (doom-cli-context-suppress-prompts-p context))
|
||||||
(sync-cmd `("doom" "sync" "-u")))
|
(sync-cmd `("doom" "sync" "-u")))
|
||||||
(cond
|
(cond
|
||||||
(packages-only?
|
(packages?
|
||||||
(doom-cli-call sync-cmd)
|
(doom-cli-call sync-cmd)
|
||||||
(print! (success "Finished upgrading Doom Emacs")))
|
(print! (success "Finished upgrading Doom Emacs")))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user