No description
Find a file
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
doc/misc Update use-package.texi 2018-06-13 13:49:00 -07:00
etc Add further note to NEWS.md 2017-12-07 15:50:07 -08:00
lisp/use-package Place :chords at beginning of use-package-keywords 2018-06-28 20:40:58 -06:00
test/lisp/use-package Fix use-package-normalize-function tests 2018-06-13 20:24:09 -05:00