Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions use-package.texi
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ immediately. In 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 packages are only loaded when they are actually
needed (autoloading). If you have installed a package from
@acronym{GNU ELPA} that provides it's own autoloads, it is often
@acronym{GNU ELPA} that provides its own autoloads, it is often
enough to say:

@lisp
Expand Down Expand Up @@ -1654,7 +1654,7 @@ this after loading @code{use-package}, but before any

@cindex disable package
@findex :disabled
The @code{:disabled} keyword inhibits loading a package, and all it's
The @code{:disabled} keyword inhibits loading a package, and all its
customizations. It is equivalent to commenting out or deleting the
definition.

Expand Down