From ab2f89e077c0b6563b84047d61da7f9caae98016 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 11 Feb 2017 06:01:40 -0500 Subject: [PATCH] doom/packages-install: fix list in 'Installing PKG' prompts --- core/autoload/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/autoload/packages.el b/core/autoload/packages.el index 68d0a7a6f..c39767f2f 100644 --- a/core/autoload/packages.el +++ b/core/autoload/packages.el @@ -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