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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user