From 290d5df072edbd701e274bc64488f2a602f52763 Mon Sep 17 00:00:00 2001 From: papaeye Date: Sat, 6 Dec 2014 00:30:52 +0900 Subject: [PATCH] navi2ch: Include icons and exclude unrelated file --- recipes/navi2ch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/navi2ch b/recipes/navi2ch index 2bc1787f..544f571f 100644 --- a/recipes/navi2ch +++ b/recipes/navi2ch @@ -1 +1,3 @@ -(navi2ch :fetcher github :repo "naota/navi2ch" :files ("*.el" "contrib/*.el")) +(navi2ch :fetcher github + :repo "naota/navi2ch" + :files ("navi2ch*.el" "contrib/*.el" ("icons" "icons/*.xpm")))