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")
|
||||
((doom-package-different-backend-p (car pkg))
|
||||
(if (plist-get (cdr pkg) :recipe)
|
||||
"ELPA -> QUELPA"
|
||||
"QUELPA -> ELPA"))
|
||||
"ELPA->QUELPA"
|
||||
"QUELPA->ELPA"))
|
||||
((plist-get (cdr pkg) :recipe)
|
||||
"QUELPA")
|
||||
("ELPA"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue