mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(cli): type error trying to split a cons cell
doom-profile was changed to a cons cell in18cd2eb
. Amend:18cd2eb483
This commit is contained in:
@ -52,9 +52,7 @@ OPTIONS:
|
|||||||
(when jobs
|
(when jobs
|
||||||
(setq native-comp-async-jobs-number (truncate jobs)))
|
(setq native-comp-async-jobs-number (truncate jobs)))
|
||||||
(print! (start "Synchronizing %S profile..." )
|
(print! (start "Synchronizing %S profile..." )
|
||||||
(if doom-profile
|
(or (car doom-profile) "default"))
|
||||||
(car (split-string doom-profile "@"))
|
|
||||||
"default"))
|
|
||||||
(unwind-protect
|
(unwind-protect
|
||||||
(print-group!
|
(print-group!
|
||||||
(when (and (not noenvvar?)
|
(when (and (not noenvvar?)
|
||||||
|
Reference in New Issue
Block a user