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:
parent
a726ba33b9
commit
09d24cd68a
1 changed files with 1 additions and 3 deletions
|
@ -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?)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue