1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -08:00

Update use-package.texi

This commit is contained in:
John Wiegley 2018-06-13 13:49:00 -07:00 committed by GitHub
parent b84a77bcdc
commit b1d9ce08a6

View file

@ -131,7 +131,7 @@ FAQ - Issues and Errors
The @code{use-package} macro allows you to isolate package configuration
in your @file{.emacs} file in a way that is both performance-oriented and,
well, tidy. I created it because I have over 80 packages that I use in
well, tidy. I created it because I have over 400 packages that I use in
Emacs, and things were getting difficult to manage. Yet with this utility
my total load time is around 2 seconds, with no loss of functionality!