summaryrefslogtreecommitdiff
path: root/lisp/use-package/use-package.el
diff options
context:
space:
mode:
authorRussell Black <black.russell@gmail.com>2015-01-03 13:53:38 -0700
committerRussell Black <black.russell@gmail.com>2015-01-03 13:53:38 -0700
commitb8f0799ce8f404f1bd9182174970d43dd53b0db3 (patch)
tree618a5abe38f2fa5045d85fcf85c3b50616fc5bcb /lisp/use-package/use-package.el
parent60029cb0ab652dd2f3248b3e29075e7d274a99f5 (diff)
downloademacs-b8f0799ce8f404f1bd9182174970d43dd53b0db3.tar.gz
emacs-b8f0799ce8f404f1bd9182174970d43dd53b0db3.tar.bz2
emacs-b8f0799ce8f404f1bd9182174970d43dd53b0db3.zip
Passing t into keymap function
Diffstat (limited to 'lisp/use-package/use-package.el')
-rw-r--r--lisp/use-package/use-package.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el
index ee7a5c41228..7802e5a9549 100644
--- a/lisp/use-package/use-package.el
+++ b/lisp/use-package/use-package.el
@@ -414,7 +414,8 @@ For full documentation. please see commentary.
(quote ,(cdr binding))
,(if (stringp name) name `',name)
nil))))
- keymap-alist)
+ keymap-alist
+ t)
(funcall init-for-commands-or-keymaps
(lambda (binding)
@@ -424,7 +425,8 @@ For full documentation. please see commentary.
(quote ,(cdr binding))
,(if (stringp name) name `',name)
t))))
- overriding-keymap-alist)
+ overriding-keymap-alist
+ t)
(funcall init-for-commands-or-keymaps
(lambda (binding)