diff options
| author | Stefan Kangas | 2022-12-09 00:18:49 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-12-09 00:32:19 +0100 |
| commit | 15dda8cd5b3bc37dd3013cecef325fef95ad7342 (patch) | |
| tree | c90a92b23afdf0ec73e205f3ef0f890c22fb7f0a /doc/misc | |
| parent | 26267040549da6e7f8223bea3b5344d0d5bef527 (diff) | |
| download | emacs-15dda8cd5b3bc37dd3013cecef325fef95ad7342.tar.gz emacs-15dda8cd5b3bc37dd3013cecef325fef95ad7342.zip | |
; Don't say to require bind-key in use-package manual
* doc/misc/use-package.texi (Getting Started): Remove instruction to
require 'bind-key'; it is already required by 'use-package' and the
entry points are autoloaded.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/use-package.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/misc/use-package.texi b/doc/misc/use-package.texi index e7bddd628c9..2e1747fa78d 100644 --- a/doc/misc/use-package.texi +++ b/doc/misc/use-package.texi | |||
| @@ -128,7 +128,6 @@ top of your init file: | |||
| 128 | 128 | ||
| 129 | @lisp | 129 | @lisp |
| 130 | (require 'use-package) | 130 | (require 'use-package) |
| 131 | (require 'bind-key) ; if you use any :bind variant | ||
| 132 | @end lisp | 131 | @end lisp |
| 133 | 132 | ||
| 134 | The above makes the @code{use-macro} for in the rest of your init | 133 | The above makes the @code{use-macro} for in the rest of your init |