; * doc/misc/use-package.texi (Getting Started): Fix wording.
This commit is contained in:
parent
3a76354e09
commit
cb633820c1
1 changed files with 2 additions and 2 deletions
|
@ -180,8 +180,8 @@ loading actually occurs. As you might expect, you can use
|
||||||
The above declarations will load the @samp{foo} package immediately. In
|
The above declarations will load the @samp{foo} package immediately. In
|
||||||
most cases, this is not necessary or desirable, as that will slow down
|
most cases, this is not necessary or desirable, as that will slow down
|
||||||
Emacs startup. Instead, you should try to set things up so that
|
Emacs startup. Instead, you should try to set things up so that
|
||||||
packages are only loaded when they are actually needed
|
packages are only loaded when they are actually needed (this is known as
|
||||||
(``autoloading''). If you have installed a package from @acronym{GNU}
|
``autoloading''). If you have installed a package from @acronym{GNU}
|
||||||
@acronym{ELPA} that provides its own autoloads, it is often enough to
|
@acronym{ELPA} that provides its own autoloads, it is often enough to
|
||||||
say:
|
say:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue