Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duckwork/setup.el
(mirror) Helpful configuration macro
https://github.com/duckwork/setup.el
Last synced: about 2 months ago
JSON representation
(mirror) Helpful configuration macro
- Host: GitHub
- URL: https://github.com/duckwork/setup.el
- Owner: duckwork
- License: gpl-3.0
- Created: 2021-09-04T01:48:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-04T01:49:26.000Z (over 3 years ago)
- Last Synced: 2024-11-07T01:04:16.359Z (3 months ago)
- Homepage: https://git.sr.ht/~pkal/setup
- Size: 244 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
`setup.el`
==========The `setup` macro simplifies repetitive configuration patterns, by
providing context-sensitive local macros in `setup` bodies.See [SetupEl][ewiki] on Emacs Wiki for more details and examples.
Installation
------------`setup.el` is part of [GNU ELPA][elpa], and can be installed using
`package.el`.Usage
-----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
----Bugs or patches can be submitted to my [public inbox][mail] or via the
[GitHub mirror][github]. Note that non-trivial contributions require
a [copyright assignment][ca] 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][mail].Copying
-------`setup.el` is distributed under the [GPL v3][gpl3] license.
[ewiki]: https://www.emacswiki.org/emacs/SetupEl
[elpa]: http://elpa.gnu.org/packages/setup.html
[mail]: https://lists.sr.ht/~pkal/public-inbox
[github]: https://github.com/phikal/setup.el
[ca]: https://www.gnu.org/software/emacs/manual/html_node/emacs/Copyright-Assignment.html#Copyright-Assignment
[gpl3]: https://www.gnu.org/licenses/gpl-3.0.en.html