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:
commit
0a4d082054
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue