emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 15dda8cd5b3 1/2: ; Don't say to require bind-key in use-package


From: Stefan Kangas
Subject: emacs-29 15dda8cd5b3 1/2: ; Don't say to require bind-key in use-package manual
Date: Thu, 8 Dec 2022 18:33:14 -0500 (EST)

branch: emacs-29
commit 15dda8cd5b3bc37dd3013cecef325fef95ad7342
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]