Split bind-key package out of use-package

See jwiegley/use-package#22
This commit is contained in:
Steve Purcell 2013-04-23 18:28:17 +01:00
parent 888bcbcb24
commit 3f9b52790e
2 changed files with 5 additions and 1 deletions

4
recipes/bind-key Normal file
View file

@ -0,0 +1,4 @@
(use-package
:fetcher github
:repo "jwiegley/use-package"
:files ("bind-key.el"))

View file

@ -1,4 +1,4 @@
(use-package
:fetcher github
:repo "jwiegley/use-package"
:files ("use-package.el" "bind-key.el"))
:files ("use-package.el"))