From 15dda8cd5b3bc37dd3013cecef325fef95ad7342 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 9 Dec 2022 00:18:49 +0100 Subject: [PATCH] ; 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. --- doc/misc/use-package.texi | 1 - 1 file changed, 1 deletion(-) 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: @lisp (require 'use-package) -(require 'bind-key) ; if you use any :bind variant @end lisp The above makes the @code{use-macro} for in the rest of your init -- 2.39.2