mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add ELPA packages to doom info output
This commit is contained in:
@ -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"))))))))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user