]> git.eshelyaron.com Git - emacs.git/commitdiff
Added an Introduction taken from the README
authorThomas Ingram <taingram@mtu.edu>
Wed, 13 Jun 2018 20:24:23 +0000 (16:24 -0400)
committerThomas Ingram <taingram@mtu.edu>
Wed, 13 Jun 2018 20:24:23 +0000 (16:24 -0400)
Copyright-paperwork-exempt: yes

doc/misc/use-package.texi

index 3af91dac9fd48df5a9bcc17f8e8f42b0f3910bc6..baf60748596cc6874fce4e3c0e50dce2a99e9e24 100644 (file)
@@ -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