Simplify introduction of use-package manual

* doc/misc/use-package.texi (Getting Started): Do not advise requiring
the package, since the macro is autoloaded; also correct the macro's
name.  (Bug#60366)
This commit is contained in:
Kévin Le Gouguec 2022-12-27 15:40:43 +01:00 committed by Stefan Kangas
parent 2a7e072e53
commit 01acecc79c

View file

@ -132,19 +132,9 @@ do.
@cindex quick-start instructions
This chapter provides instructions and examples for quickly getting
started with use-package. The first thing you need to do is make sure
that @file{use-package} itself is loaded. To do that, put this at the
top of your init file:
@lisp
(require 'use-package)
@end lisp
@cindex declaration
The above makes the @code{use-macro} available for us in the rest of
your init file. In this manual, we say that each call to
@code{use-macro} is a @dfn{declaration}, to highlight the declarative
nature of its syntax.
started with use-package. In this manual, we say that each call to
the @code{use-package} macro in your init file is a @dfn{declaration},
to highlight the declarative nature of its syntax.
To unconditionally load a package named @samp{foo}, add the following
declaration to your init file: