Add ELPA packages to doom info output

This commit is contained in:
Henrik Lissner 2019-08-25 11:46:10 -04:00
parent ca574c60b0
commit a5096ff86b
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -85,6 +85,11 @@ ready to be pasted in a bug report on github."
:modules))
(cons name splist)
name))))
'("n/a")))
(elpa-packages
,@(or (ignore-errors
(cl-loop for (name . _) in package-alist
collect (format "%s" name)))
'("n/a"))))))))