GNU-devel ELPA - setup

setup Atom Feed

Description
Helpful Configuration Macro
Latest
setup-1.5.0.0.20250829.105526.tar (.sig), 2025-Aug-29, 80.0 KiB
Maintainer
Philip Kaludercic <philipk@posteo.net>
Website
https://codeberg.org/pkal/setup.el
Browse 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.0.20241224.124645.tar.lz2024-Dec-2419.7 KiB
setup-1.4.0.0.20241123.145918.tar.lz2024-Nov-2319.7 KiB
setup-1.4.0.0.20240413.75454.tar.lz2024-Apr-1319.5 KiB
setup-1.3.2.0.20240201.73543.tar.lz2024-Mar-3119.2 KiB
setup-1.3.2.0.20231031.80845.tar.lz2023-Oct-3119.1 KiB
setup-1.3.1.0.20220915.114134.tar.lz2022-Sep-1518.2 KiB
setup-1.2.0.0.20220422.95052.tar.lz2022-Apr-2218.4 KiB
setup-1.0.1.0.20210930.204717.tar.lz2021-Sep-3017.4 KiB
setup-0.2.1.0.20210725.171039.tar.lz2021-Jul-2518.7 KiB
setup-0.1.2.0.20210413.94123.tar.lz2021-Apr-1516.2 KiB

News

Version 1.6.0 (???)

- Deprecate `:global', `:option' and `:file-match'.  Please replace
  these, as they are marked for removal at some point.