doom-get-missing-packages: update comment string
This commit is contained in:
parent
4b1543e1df
commit
e0ab05527c
1 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue