Skip to content

Commit 4f3211e

Browse files
committed
Docs: Rewrite on the built-in keyword support
1 parent da3f0a8 commit 4f3211e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.org

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ You can save the result to a file:
8383
(save-buffer))
8484
#+end_src
8585

86-
Note that the function handles some built-in keywords of =use-package= such as =:disabled= and =:if=.
87-
It doesn't return packages which has a non-nil =:disabled= property value or a =:if= property value that evaluates to nil.
86+
The function handles some built-in keywords of =use-package= to exclude packages that satisfy at least one of the following conditions:
87+
88+
- Having a non-nil =:disabled= property.
89+
- Having an =:if= property that evaluates to nil.
90+
8891
Not all keywords are supported right now, but it can be extended to support more keywords.

0 commit comments

Comments
 (0)