Add epc recipe and its required packages

This commit is contained in:
Syohei YOSHIDA 2012-10-22 21:48:38 +09:00
parent d801a2e0ba
commit 97faa99c79
3 changed files with 12 additions and 0 deletions

4
recipes/concurrent Normal file
View file

@ -0,0 +1,4 @@
(concurrent
:repo "kiwanami/emacs-deferred"
:fetcher github
:files ("concurrent.el"))

4
recipes/ctable Normal file
View file

@ -0,0 +1,4 @@
(ctable
:repo "kiwanami/emacs-ctable"
:fetcher github
:files ("ctable.el"))

4
recipes/epc Normal file
View file

@ -0,0 +1,4 @@
(epc
:repo "kiwanami/emacs-epc"
:fetcher github
:files ("epc.el" "epcs.el"))