From e429f198a4bee6301604ab121b27746c79c65bb7 Mon Sep 17 00:00:00 2001 From: Malyshev Artem Date: Tue, 5 Nov 2013 20:05:29 +0400 Subject: [PATCH] Add helm-pydoc recipe. --- recipes/helm-pydoc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipes/helm-pydoc diff --git a/recipes/helm-pydoc b/recipes/helm-pydoc new file mode 100644 index 00000000..20b8cf19 --- /dev/null +++ b/recipes/helm-pydoc @@ -0,0 +1,4 @@ +(helm-pydoc + :fetcher "github" + :repo "syohex/emacs-helm-pydoc" + :files ("*.el" "*.py"))