aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Wiegley2018-06-13 13:49:11 -0700
committerGitHub2018-06-13 13:49:11 -0700
commitcc9ec36f1a8117cc86679b4e6ad4e9c1d73045b5 (patch)
tree33dd0ef4b0cfbda08f0b449aeb5df230fddea026
parent36f9a9b9b433a6788965caa3982372ee2582c57b (diff)
parentb1d9ce08a6ee441f574c93cebfff4876ccf5cb1b (diff)
downloademacs-cc9ec36f1a8117cc86679b4e6ad4e9c1d73045b5.tar.gz
emacs-cc9ec36f1a8117cc86679b4e6ad4e9c1d73045b5.zip
Merge pull request from taingra/master
Added an Introduction taken from the README GitHub-reference: https://github.com/jwiegley/use-package/issues/692
-rw-r--r--doc/misc/use-package.texi6
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
129@node Introduction 129@node Introduction
130@chapter Introduction 130@chapter Introduction
131 131
132TODO 132The @code{use-package} macro allows you to isolate package configuration
133in your @file{.emacs} file in a way that is both performance-oriented and,
134well, tidy. I created it because I have over 400 packages that I use in
135Emacs, and things were getting difficult to manage. Yet with this utility
136my total load time is around 2 seconds, with no loss of functionality!
133 137
134@node Installation 138@node Installation
135@chapter Installation 139@chapter Installation