The setup
macro simplifies repetitive configuration patterns, by
providing context-sensitive local macros in setup
bodies.
See SetupEl on Emacs Wiki for more details and examples.
setup.el
is part of GNU ELPA, and can be installed using
package.el
.
The setup
macro is autoloaded, and can be used directly. The code
generated by setup
does not depend on setup.el
, meaning that your
initialization file can be byte-compiled more efficiently.
Bugs or patches can be submitted to my public inbox or via the GitHub mirror. Note that non-trivial contributions require a copyright assignment to the FSF.
This package is still young, so wishes, impressions and criticism are very appreciated. If you have anything to say, feel free to send an email to the aforementioned public inbox.
setup.el
is distributed under the GPL v3 license.