mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-13 13:13:35 -05:00
fix(cli): update call using deprecated alias
This commit is contained in:
committed by
Henrik Lissner
parent
cf278cab55
commit
c2c4f74d3e
@@ -105,7 +105,7 @@ Change `$DOOMDIR' with the `--doomdir' option, e.g.
|
|||||||
|
|
||||||
(when (doom-profiles-bootloadable-p)
|
(when (doom-profiles-bootloadable-p)
|
||||||
(print! (start "Initializing profile bootstrapper..."))
|
(print! (start "Initializing profile bootstrapper..."))
|
||||||
(call! '(profiles sync "--reload")))
|
(call! '(profile sync "--all" "--reload")))
|
||||||
|
|
||||||
(print! (start "Synchronizing default profile..."))
|
(print! (start "Synchronizing default profile..."))
|
||||||
(print-group! (doom-profile-generate))
|
(print-group! (doom-profile-generate))
|
||||||
|
Reference in New Issue
Block a user