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)