]> git.eshelyaron.com Git - emacs.git/commit
Make sure that bind-key's `override-global-mode` is initially on
authorKoen van Greevenbroek <koen@localhost.com>
Wed, 10 Aug 2022 08:59:44 +0000 (10:59 +0200)
committerrealcomplex <koenvg@posteo.net>
Wed, 10 Aug 2022 09:47:07 +0000 (11:47 +0200)
commit85c1287c260bcf18b54c388a64da20188ab13eec
tree8bf2315df34aeaa1ffc7627e22f83efb810729ea
parent3dd5bee4aacf048c28c8d4cdb6b2a27ff5c4b79b
Make sure that bind-key's `override-global-mode` is initially on

In 4004dde the arguments to `define-minor-mode` were changed
erroneously. Whereas the `override-global-mode` was initially defined
as `(define-minor-mode override-global-mode "..." t "")`, the two
latter arguments where changed to `:global t :lighter ""`. However,
the two original arguments corresponded to the keywords `:init-value`
and `:lighter`, respectively.

With `:init-value t` now missing, the minor mode isn't enabled by
default, and `bind-key*` appears not to work.

Copyright-paperwork-exempt: yes
lisp/use-package/bind-key.el