Add django-mode

https://github.com/myfreeweb/django-mode
This commit is contained in:
Yasuyuki Oka 2013-12-30 01:16:53 +09:00
parent c53062af16
commit b20eec0e8a
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"))