From 09beb2d6adea479b8bbc99570ae7a38cf491f2fb Mon Sep 17 00:00:00 2001 From: Yasuyuki Oka Date: Sat, 28 Dec 2013 16:24:13 +0900 Subject: [PATCH 1/2] Add auto-complete-chunk https://github.com/tkf/auto-complete-chunk --- recipes/auto-complete-chunk | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/auto-complete-chunk diff --git a/recipes/auto-complete-chunk b/recipes/auto-complete-chunk new file mode 100644 index 00000000..a02e3570 --- /dev/null +++ b/recipes/auto-complete-chunk @@ -0,0 +1 @@ +(auto-complete-chunk :fetcher github :repo "tkf/auto-complete-chunk") From 22d4f12f408ac0b89989313efd25c92202b061d8 Mon Sep 17 00:00:00 2001 From: Yasuyuki Oka Date: Sat, 28 Dec 2013 20:30:04 +0900 Subject: [PATCH 2/2] Exclude test-auto-complete-chunk.el --- recipes/auto-complete-chunk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/auto-complete-chunk b/recipes/auto-complete-chunk index a02e3570..34d0acf4 100644 --- a/recipes/auto-complete-chunk +++ b/recipes/auto-complete-chunk @@ -1 +1,2 @@ -(auto-complete-chunk :fetcher github :repo "tkf/auto-complete-chunk") +(auto-complete-chunk :fetcher github :repo "tkf/auto-complete-chunk" + :files ("auto-complete-chunk.el"))