GNU ELPA — setup

setup Atom Feed

Description
Helpful Configuration Macro
Latest
setup-1.5.0.tar (.sig), 2026-May-17, 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

News

Version 1.5.0 (29Aug25)

- Add support for `package-vc' in `:package' macro.  Instead of a
  symbol, a cons-cell can be used to specify a package specification.

- Update URL to point to new Codeberg repository.