diff options
| author | Thomas Ingram | 2018-06-13 16:24:23 -0400 |
|---|---|---|
| committer | Thomas Ingram | 2018-06-13 16:24:23 -0400 |
| commit | b84a77bcdcd648defa08ba7803e23c6b4f0e8389 (patch) | |
| tree | 2fa9e27c24accd95c69cdcade2245cb688c73075 | |
| parent | 36f9a9b9b433a6788965caa3982372ee2582c57b (diff) | |
| download | emacs-b84a77bcdcd648defa08ba7803e23c6b4f0e8389.tar.gz emacs-b84a77bcdcd648defa08ba7803e23c6b4f0e8389.zip | |
Added an Introduction taken from the README
Copyright-paperwork-exempt: yes
| -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..baf60748596 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 | ||
| 132 | TODO | 132 | The @code{use-package} macro allows you to isolate package configuration |
| 133 | in your @file{.emacs} file in a way that is both performance-oriented and, | ||
| 134 | well, tidy. I created it because I have over 80 packages that I use in | ||
| 135 | Emacs, and things were getting difficult to manage. Yet with this utility | ||
| 136 | my 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 |