|
From: | Drew Adams |
Subject: | RE: [External] : Re: Implement subfeatures in packages |
Date: | Sun, 4 Aug 2024 16:33:34 +0000 |
> I want a package "tema" to provide subfeatures "lumi" and "mast" > (provide 'tema '(lumi mast)) > And set up files "lumi.el" and "mast.el" for the subfeatures. > Each of the two will include a "provide" clause at the end. > > What would the provide clause look like ? In lumi.el: (provide 'tema '(lumi)) In tema.el: (provide 'tema '(mast)) Elsewhere: (require 'tema)
[Prev in Thread] | Current Thread | [Next in Thread] |