Remove :modules from private packages in doom/info
Unnecessary bulk.
This commit is contained in:
parent
4028f36beb
commit
689a3bb446
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ ready to be pasted in a bug report on github."
|
|||
(or (ignore-errors
|
||||
(require 'use-package)
|
||||
(cl-loop for (name . plist) in (doom-find-packages :private t)
|
||||
if (use-package-plist-delete (copy-sequence plist) :private)
|
||||
if (use-package-plist-delete (copy-sequence plist) :modules)
|
||||
collect (format "%s" (cons name it))
|
||||
else
|
||||
collect (symbol-name name)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue