use-package 
- Description
- A configuration macro for simplifying your .emacs
- Latest
- use-package-2.4.6.tar (.sig), 2026-May-17, 320 KiB
- Maintainer
- John Wiegley <johnw@newartisans.com>
- Website
- https://github.com/jwiegley/use-package
- Browse ELPA's repository
- CGit or Gitweb
- All Dependencies
- bind-key (.tar)
- Badge
- Manual
- use-package
To install this package from Emacs, use list-packages.
Full description
The `use-package' declaration macro allows you to isolate package configuration in your init file in a way that is performance-oriented and, well, just tidy. I created it because I have over 80 packages that I use in Emacs, and things were getting difficult to manage. Yet with this utility my total load time is just under 1 second, with no loss of functionality! See the `use-package' info manual for more information.