From: John Wiegley Date: Wed, 13 Jun 2018 20:49:00 +0000 (-0700) Subject: Update use-package.texi X-Git-Tag: emacs-29.0.90~1306^2~15^2~69^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b1d9ce08a6ee441f574c93cebfff4876ccf5cb1b;p=emacs.git Update use-package.texi --- diff --git a/doc/misc/use-package.texi b/doc/misc/use-package.texi index baf60748596..dfd046f1b4b 100644 --- a/doc/misc/use-package.texi +++ b/doc/misc/use-package.texi @@ -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!