diff --git a/recipes/django-mode b/recipes/django-mode new file mode 100644 index 00000000..cd1fb7f0 --- /dev/null +++ b/recipes/django-mode @@ -0,0 +1 @@ +(django-mode :fetcher github :repo "myfreeweb/django-mode" :files ("*.el" (:exclude "*-snippets.el"))) diff --git a/recipes/django-snippets b/recipes/django-snippets new file mode 100644 index 00000000..969931d5 --- /dev/null +++ b/recipes/django-snippets @@ -0,0 +1 @@ +(django-snippets :fetcher github :repo "myfreeweb/django-mode" :files ("django-snippets.el" "snippets"))