Remove space in backend labels during install
Minor reformatting. To be consistent with the backend transition labels in doom//packages-autoremove.
This commit is contained in:
parent
72201fead5
commit
1c3183b298
1 changed files with 2 additions and 2 deletions
|
@ -454,8 +454,8 @@ calls."
|
||||||
"new recipe")
|
"new recipe")
|
||||||
((doom-package-different-backend-p (car pkg))
|
((doom-package-different-backend-p (car pkg))
|
||||||
(if (plist-get (cdr pkg) :recipe)
|
(if (plist-get (cdr pkg) :recipe)
|
||||||
"ELPA -> QUELPA"
|
"ELPA->QUELPA"
|
||||||
"QUELPA -> ELPA"))
|
"QUELPA->ELPA"))
|
||||||
((plist-get (cdr pkg) :recipe)
|
((plist-get (cdr pkg) :recipe)
|
||||||
"QUELPA")
|
"QUELPA")
|
||||||
("ELPA"))))
|
("ELPA"))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue