From ef9e502b9d4bc0ed4acd0d5fbc2f834e2396660b Mon Sep 17 00:00:00 2001 From: Syohei YOSHIDA Date: Thu, 6 Mar 2014 23:37:15 +0900 Subject: [PATCH] Add `:files` property --- recipes/helm-perldoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/helm-perldoc b/recipes/helm-perldoc index 6a09ca01..558435d1 100644 --- a/recipes/helm-perldoc +++ b/recipes/helm-perldoc @@ -1 +1,2 @@ -(helm-perldoc :fetcher "github" :repo "syohex/emacs-helm-perldoc") +(helm-perldoc :fetcher "github" :repo "syohex/emacs-helm-perldoc" + :files ("*.el" "*.pl"))