mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
fix(cli): update call using deprecated alias
This commit is contained in:
parent
cf278cab55
commit
c2c4f74d3e
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ Change `$DOOMDIR' with the `--doomdir' option, e.g.
|
|||
|
||||
(when (doom-profiles-bootloadable-p)
|
||||
(print! (start "Initializing profile bootstrapper..."))
|
||||
(call! '(profiles sync "--reload")))
|
||||
(call! '(profile sync "--all" "--reload")))
|
||||
|
||||
(print! (start "Synchronizing default profile..."))
|
||||
(print-group! (doom-profile-generate))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue