summaryrefslogtreecommitdiff
path: root/lisp/use-package
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2018-07-03 12:58:38 -0700
committerGitHub <noreply@github.com>2018-07-03 12:58:38 -0700
commit0a4d08205434a4ca2dd6033154172b406e67127c (patch)
tree25797783bb1f98709006dfefbb4fa9def33301bc /lisp/use-package
parent1fb4198933c165de5e7ea63102739d075b043179 (diff)
parent38dcba687213f65682cbe1afaa60f779c8f5a0c3 (diff)
downloademacs-0a4d08205434a4ca2dd6033154172b406e67127c.tar.gz
emacs-0a4d08205434a4ca2dd6033154172b406e67127c.tar.bz2
emacs-0a4d08205434a4ca2dd6033154172b406e67127c.zip
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
Diffstat (limited to 'lisp/use-package')
-rw-r--r--lisp/use-package/use-package-chords.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/use-package/use-package-chords.el b/lisp/use-package/use-package-chords.el
index 478759d10c3..909056fbebe 100644
--- a/lisp/use-package/use-package-chords.el
+++ b/lisp/use-package/use-package-chords.el
@@ -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)