]> git.eshelyaron.com Git - emacs.git/commit
Place :chords at beginning of use-package-keywords
authorRussell Black <black.russell@gmail.com>
Fri, 29 Jun 2018 02:40:58 +0000 (20:40 -0600)
committerGitHub <noreply@github.com>
Fri, 29 Jun 2018 02:40:58 +0000 (20:40 -0600)
commit38dcba687213f65682cbe1afaa60f779c8f5a0c3
tree25797783bb1f98709006dfefbb4fa9def33301bc
parent1fb4198933c165de5e7ea63102739d075b043179
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.
lisp/use-package/use-package-chords.el