mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
doom/packages-install: fix list in 'Installing PKG' prompts
This commit is contained in:
@ -205,7 +205,7 @@ appropriate."
|
||||
((doom-install-package (car pkg) (cdr pkg))
|
||||
"Installed")
|
||||
(t "Failed to install"))
|
||||
pkg
|
||||
(car pkg)
|
||||
(cond ((cdr pkg) "QUELPA")
|
||||
(t "ELPA")))
|
||||
(error
|
||||
|
Reference in New Issue
Block a user