Skip to content

Commit

Permalink
Docs: Document on use-package-tags-load command
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Jul 6, 2020
1 parent 38ca1ca commit d488f31
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,9 @@ The function handles some built-in keywords of =use-package= to exclude packages
- Having an =:if= property that evaluates to nil.

Not all keywords are supported right now, but it can be extended to support more keywords.

This package also provides =use-package-tags-collect-tags= function, which returns a list of all tags in a source.
*** Loading packages by a tag
:PROPERTIES:
:CREATED_TIME: [2020-07-06 Mon 23:11]
:END:
Finally, this package allows you to incrementally load packages with a tag.
After you configure =use-package-tags-init-files= variable, =use-package-tags-load= command displays a list of tags that are not in the current profile (i.e. =use-package-tags-current-profile=) and loads all packages with a tag in the files.

0 comments on commit d488f31

Please sign in to comment.