You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.org
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,5 +93,9 @@ The function handles some built-in keywords of =use-package= to exclude packages
93
93
- Having an =:if= property that evaluates to nil.
94
94
95
95
Not all keywords are supported right now, but it can be extended to support more keywords.
96
-
97
-
This package also provides =use-package-tags-collect-tags= function, which returns a list of all tags in a source.
96
+
*** Loading packages by a tag
97
+
:PROPERTIES:
98
+
:CREATED_TIME: [2020-07-06 Mon 23:11]
99
+
:END:
100
+
Finally, this package allows you to incrementally load packages with a tag.
101
+
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 commit comments