diff options
| author | John Wiegley | 2018-06-13 13:49:00 -0700 |
|---|---|---|
| committer | GitHub | 2018-06-13 13:49:00 -0700 |
| commit | b1d9ce08a6ee441f574c93cebfff4876ccf5cb1b (patch) | |
| tree | 33dd0ef4b0cfbda08f0b449aeb5df230fddea026 | |
| parent | b84a77bcdcd648defa08ba7803e23c6b4f0e8389 (diff) | |
| download | emacs-b1d9ce08a6ee441f574c93cebfff4876ccf5cb1b.tar.gz emacs-b1d9ce08a6ee441f574c93cebfff4876ccf5cb1b.zip | |
Update use-package.texi
| -rw-r--r-- | doc/misc/use-package.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 131 | 131 | ||
| 132 | The @code{use-package} macro allows you to isolate package configuration | 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, | 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 | 134 | well, tidy. I created it because I have over 400 packages that I use in |
| 135 | Emacs, and things were getting difficult to manage. Yet with this utility | 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! | 136 | my total load time is around 2 seconds, with no loss of functionality! |
| 137 | 137 | ||