doom/packages-install: fix list in 'Installing PKG' prompts
This commit is contained in:
parent
08b9623e84
commit
ab2f89e077
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ appropriate."
|
||||||
((doom-install-package (car pkg) (cdr pkg))
|
((doom-install-package (car pkg) (cdr pkg))
|
||||||
"Installed")
|
"Installed")
|
||||||
(t "Failed to install"))
|
(t "Failed to install"))
|
||||||
pkg
|
(car pkg)
|
||||||
(cond ((cdr pkg) "QUELPA")
|
(cond ((cdr pkg) "QUELPA")
|
||||||
(t "ELPA")))
|
(t "ELPA")))
|
||||||
(error
|
(error
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue