tweak(cli): doom sync: don't purge straight builds by default
This allows for more rapid 'doom sync'ing when testing different module combinations, but puts the onus on the user to run `doom sync --purge` (or `doom purge`, which will later be renamed `doom gc`) to prune orphaned packages/repos.
This commit is contained in:
parent
a2b02942f8
commit
f9888c21e6
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ OPTIONS:
|
|||
(doom-packages-build)
|
||||
(when update?
|
||||
(doom-packages-update))
|
||||
(doom-packages-purge purge? 'builds-p purge? purge? purge?)
|
||||
(doom-packages-purge purge? purge? purge? purge? purge?)
|
||||
(when (doom-profile-generate)
|
||||
(print! (item "Restart Emacs or use 'M-x doom/reload' for changes to take effect"))
|
||||
(run-hooks 'doom-after-sync-hook))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue