aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-05-27 15:56:52 +0200
committerGravatar Tom Willemsen2012-05-27 15:56:52 +0200
commitabe302c1b6bd5152a719a205c8108d9c629ea458 (patch)
treed4fe0f4ddc91d99af9b2b14ead8b3f689b297869
parent389aeac59f566f8326e6e5a1acc305b2117918d9 (diff)
downloadkaarvok-abe302c1b6bd5152a719a205c8108d9c629ea458.tar.gz
kaarvok-abe302c1b6bd5152a719a205c8108d9c629ea458.zip
Add provide
-rw-r--r--project-template.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/project-template.el b/project-template.el
index 60d2c84..889c5cd 100644
--- a/project-template.el
+++ b/project-template.el
@@ -90,3 +90,5 @@ occurrences of __variables__ with user-povided values."
(let ((pt-value-alist))
(pt-copy-directory
(concat pt-templates-directory "/" template) destination)))
+
+(provide 'project-template)