doom/packages-install: fix list in 'Installing PKG' prompts

This commit is contained in:
Henrik Lissner 2017-02-11 06:01:40 -05:00
parent 08b9623e84
commit ab2f89e077

View file

@ -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