From bb4184775d08d4e9020759ac57283789dca7d3c6 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Thu, 4 Dec 2014 21:40:34 -0500 Subject: [PATCH] adding :files to MELPA -pkg file Including the names of directories which ideally should be created upon installation. --- recipes/literate-starter-kit | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/literate-starter-kit b/recipes/literate-starter-kit index ddcf3f39..68b54106 100644 --- a/recipes/literate-starter-kit +++ b/recipes/literate-starter-kit @@ -1 +1,4 @@ -(literate-starter-kit :fetcher github :repo "eschulte/emacs24-starter-kit") +(literate-starter-kit + :fetcher github + :repo "eschulte/emacs24-starter-kit" + :files ("elpa" "snippets" "src" "Makefile" "init.el" "*.org"))