From b84a77bcdcd648defa08ba7803e23c6b4f0e8389 Mon Sep 17 00:00:00 2001 From: Thomas Ingram Date: Wed, 13 Jun 2018 16:24:23 -0400 Subject: [PATCH 1/2] Added an Introduction taken from the README Copyright-paperwork-exempt: yes --- doc/misc/use-package.texi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/misc/use-package.texi b/doc/misc/use-package.texi index 3af91dac9fd..baf60748596 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 80 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 From b1d9ce08a6ee441f574c93cebfff4876ccf5cb1b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 13 Jun 2018 13:49:00 -0700 Subject: [PATCH 2/2] Update use-package.texi --- doc/misc/use-package.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!