1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00
emacs/lisp/use-package
Russell Black 38dcba6872 Place :chords at beginning of use-package-keywords
When it is at the end, the keys don't get bound until after the package has been loaded, which is bad.  Placing it at the beginning allows the key bindings to be mapped to auto-loaded functions before the package is loaded, so that a key chord press triggers the package load.
2018-06-28 20:40:58 -06:00
..
bind-chord.el Please the byte-compiler 2017-12-04 11:53:52 -08:00
bind-key.el Document that remapping commands is supported with bind-key 2018-04-30 09:55:27 -07:00
use-package-bind-key.el Enable lexical binding 2018-06-13 20:24:09 -05:00
use-package-chords.el Place :chords at beginning of use-package-keywords 2018-06-28 20:40:58 -06:00
use-package-core.el Fix use-package-normalize-function 2018-06-13 20:24:09 -05:00
use-package-delight.el Enable lexical binding 2018-06-13 20:24:09 -05:00
use-package-diminish.el Enable lexical binding 2018-06-13 20:24:09 -05:00
use-package-ensure-system-package.el Enable lexical binding 2018-06-13 20:24:09 -05:00
use-package-ensure.el Enable lexical binding 2018-06-13 20:24:09 -05:00
use-package-jump.el Enable lexical binding 2018-06-13 20:24:09 -05:00
use-package-lint.el Enable lexical binding 2018-06-13 20:24:09 -05:00
use-package.el Enable lexical binding 2018-06-13 20:24:09 -05:00