1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 14:30:43 -08:00

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
commit 0a4d082054

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)