setup 
- Description
- Helpful Configuration Macro
- Latest
- setup.tar (.sig), 2025-Aug-29, 0.01 KiB
- Maintainer
- Philip Kaludercic <philipk@posteo.net>
- Other versions:
- development version
- Website
- https://codeberg.org/pkal/setup.el
- ELPA's Repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install or list-packages.
Full description
The `setup' macro simplifies repetitive configuration patterns, by providing context-sensitive local macros in `setup' bodies. These macros can be mixed with regular elisp code without any issues, allowing for flexible and terse configurations. The list of local macros can be extended by the user via `setup-define'. A list of currently known local macros are documented in the docstring for `setup'. Examples and extended documentation can be found on Emacs wiki: https://www.emacswiki.org/emacs/SetupEl. Please feel free to contribute your own local macros or ideas.
Old versions
| setup-1.4.0.tar.lz | 2024-Apr-13 | 19.5 KiB |
| setup-1.3.2.tar.lz | 2024-Mar-31 | 18.2 KiB |
| setup-1.3.1.tar.lz | 2022-Sep-15 | 18.2 KiB |
| setup-1.3.0.tar.lz | 2022-Jun-12 | 18.4 KiB |
| setup-1.2.0.tar.lz | 2021-Nov-08 | 17.9 KiB |
| setup-1.1.0.tar.lz | 2021-Oct-01 | 17.5 KiB |
| setup-1.0.1.tar.lz | 2021-Sep-25 | 17.2 KiB |
| setup-1.0.0.tar.lz | 2021-Aug-19 | 17.2 KiB |
| setup-0.2.1.tar.lz | 2021-Jul-01 | 16.9 KiB |
| setup-0.2.0.tar.lz | 2021-Apr-19 | 16.2 KiB |
| setup-0.1.2.tar.lz | 2021-Mar-25 | 15.6 KiB |
| setup-0.1.1.tar.lz | 2021-Mar-16 | 15.4 KiB |
News
Version 1.6.0 (???) - Deprecate `:global', `:option' and `:file-match'. Please replace these, as they are marked for removal at some point.