mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
doom-get-missing-packages: update comment string
This commit is contained in:
@ -112,9 +112,10 @@ Used by `doom/packages-autoremove'."
|
|||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun doom-get-missing-packages ()
|
(defun doom-get-missing-packages ()
|
||||||
"Return a list of requested packages that aren't installed or built-in. Each
|
"Return a list of requested packages that aren't installed or built-in, but
|
||||||
element is a list whose CAR is the package symbol, and whose CDR is a plist
|
are enabled (with a `package!' directive). Each element is a list whose CAR is
|
||||||
taken from that package's `package!' declaration.
|
the package symbol, and whose CDR is a plist taken from that package's
|
||||||
|
`package!' declaration.
|
||||||
|
|
||||||
Used by `doom/packages-install'."
|
Used by `doom/packages-install'."
|
||||||
(cl-remove-if (lambda (pkgsym)
|
(cl-remove-if (lambda (pkgsym)
|
||||||
|
Reference in New Issue
Block a user