mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Add epc recipe and its required packages
This commit is contained in:
parent
d801a2e0ba
commit
97faa99c79
3 changed files with 12 additions and 0 deletions
4
recipes/concurrent
Normal file
4
recipes/concurrent
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
(concurrent
|
||||||
|
:repo "kiwanami/emacs-deferred"
|
||||||
|
:fetcher github
|
||||||
|
:files ("concurrent.el"))
|
4
recipes/ctable
Normal file
4
recipes/ctable
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
(ctable
|
||||||
|
:repo "kiwanami/emacs-ctable"
|
||||||
|
:fetcher github
|
||||||
|
:files ("ctable.el"))
|
4
recipes/epc
Normal file
4
recipes/epc
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
(epc
|
||||||
|
:repo "kiwanami/emacs-epc"
|
||||||
|
:fetcher github
|
||||||
|
:files ("epc.el" "epcs.el"))
|
Loading…
Reference in a new issue