Merge pull request from killdash9/patch-1

Place :chords at beginning of use-package-keywords
GitHub-reference: https://github.com/jwiegley/use-package/issues/697
This commit is contained in:
John Wiegley
2018-07-03 12:58:38 -07:00
committed by GitHub

View File

@@ -37,7 +37,7 @@
`(,(macroexpand
`(bind-chords :package ,name ,@arg)))))
(add-to-list 'use-package-keywords :chords t)
(add-to-list 'use-package-keywords :chords)
(provide 'use-package-chords)