Merge pull request #1302 from yasuyk/django-mode

Add django-mode
This commit is contained in:
Steve Purcell 2014-02-02 09:34:00 -08:00
commit bdc4681161
2 changed files with 2 additions and 0 deletions

1
recipes/django-mode Normal file
View file

@ -0,0 +1 @@
(django-mode :fetcher github :repo "myfreeweb/django-mode" :files ("*.el" (:exclude "*-snippets.el")))

1
recipes/django-snippets Normal file
View file

@ -0,0 +1 @@
(django-snippets :fetcher github :repo "myfreeweb/django-mode" :files ("django-snippets.el" "snippets"))