Read packages.el files directly for doom-info
This is a little more accurate and affects less state of the current session.
This commit is contained in:
parent
65d3406e27
commit
52b6c51914
1 changed files with 1 additions and 3 deletions
|
@ -75,9 +75,7 @@ ready to be pasted in a bug report on github."
|
|||
'("n/a")))
|
||||
(packages
|
||||
,@(or (ignore-errors
|
||||
(require 'core-packages)
|
||||
(doom-initialize-packages)
|
||||
(cl-loop for (name . plist) in doom-packages
|
||||
(cl-loop for (name . plist) in (doom-package-list)
|
||||
if (doom-package-private-p name)
|
||||
collect
|
||||
(format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue