mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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"))))
|
||||
|
Reference in New Issue
Block a user