mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
refactor(cli): restructure doom profile commands
- Replace 'doom profiles sync' with 'doom profile sync --all'. - Move lisp/cli/profiles.el to lisp/cli/profile.el. - Move obsolete alias to bin/doom.
This commit is contained in:
@ -56,7 +56,7 @@ OPTIONS:
|
||||
packages."
|
||||
:benchmark t
|
||||
(when (doom-profiles-bootloadable-p)
|
||||
(call! '(profiles sync "--reload")))
|
||||
(call! '(profile sync "--all" "--reload")))
|
||||
(when aot?
|
||||
(after! straight
|
||||
(setq straight--native-comp-available t)))
|
||||
|
Reference in New Issue
Block a user