From 174276473e83c1c69b8ba17051b091c94f31578c Mon Sep 17 00:00:00 2001 From: David Holm Date: Tue, 9 Jul 2013 14:39:41 -0700 Subject: [PATCH] Adds recipe for helm-c-yasnippet --- recipes/helm-c-yasnippet.rcp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes/helm-c-yasnippet.rcp diff --git a/recipes/helm-c-yasnippet.rcp b/recipes/helm-c-yasnippet.rcp new file mode 100644 index 00000000..fbc0f0dd --- /dev/null +++ b/recipes/helm-c-yasnippet.rcp @@ -0,0 +1,6 @@ +(:name helm-c-yasnippet + :type github + :pkgname "emacs-helm/helm-c-yasnippet" + :description "Helm source for yasnippet.el." + :features helm-c-yasnippet + :depends (helm yasnippet))