Add ELPA packages to doom info output
This commit is contained in:
parent
ca574c60b0
commit
a5096ff86b
1 changed files with 5 additions and 0 deletions
|
@ -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"))))))))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue