diff options
-rw-r--r-- | doc/misc/use-package.texi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/misc/use-package.texi b/doc/misc/use-package.texi index 3af91dac9fd..dfd046f1b4b 100644 --- a/doc/misc/use-package.texi +++ b/doc/misc/use-package.texi @@ -129,7 +129,11 @@ FAQ - Issues and Errors @node Introduction @chapter Introduction -TODO +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 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! @node Installation @chapter Installation |