diff --git a/recipes/concurrent b/recipes/concurrent new file mode 100644 index 00000000..e51b27a1 --- /dev/null +++ b/recipes/concurrent @@ -0,0 +1,4 @@ +(concurrent + :repo "kiwanami/emacs-deferred" + :fetcher github + :files ("concurrent.el")) diff --git a/recipes/ctable b/recipes/ctable new file mode 100644 index 00000000..be1e1e1c --- /dev/null +++ b/recipes/ctable @@ -0,0 +1,4 @@ +(ctable + :repo "kiwanami/emacs-ctable" + :fetcher github + :files ("ctable.el")) diff --git a/recipes/epc b/recipes/epc new file mode 100644 index 00000000..0765d4cb --- /dev/null +++ b/recipes/epc @@ -0,0 +1,4 @@ +(epc + :repo "kiwanami/emacs-epc" + :fetcher github + :files ("epc.el" "epcs.el"))