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:
Henrik Lissner
2024-12-01 01:57:46 -05:00
parent 87a0d9d2e1
commit abedb71f96
4 changed files with 49 additions and 47 deletions

View File

@ -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)))