We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3f0a8 commit 4f3211eCopy full SHA for 4f3211e
README.org
@@ -83,6 +83,9 @@ You can save the result to a file:
83
(save-buffer))
84
#+end_src
85
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.
+The function handles some built-in keywords of =use-package= to exclude packages that satisfy at least one of the following conditions:
+
88
+- Having a non-nil =:disabled= property.
89
+- Having an =:if= property that evaluates to nil.
90
91
Not all keywords are supported right now, but it can be extended to support more keywords.
0 commit comments