diff options
| author | Simeon Simeonov | 2017-06-16 10:59:00 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2017-06-16 10:59:00 +0200 |
| commit | 9708a6f188cfce675e1f08355e15c5d47268b37b (patch) | |
| tree | 51561d39b5776278aa023c4558bb35881fd8bd57 | |
| parent | eb05051978896cdc4c5b4af8cf238b12067ba795 (diff) | |
Create the custom snippet: django-for
| -rw-r--r-- | .emacs.d/snippets/html-mode/django_for | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/snippets/html-mode/django_for b/.emacs.d/snippets/html-mode/django_for new file mode 100644 index 0000000..7982638 --- /dev/null +++ b/.emacs.d/snippets/html-mode/django_for | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | #name: django-for | ||
| 3 | #key: dj_for | ||
| 4 | # -- | ||
| 5 | {% for ${1:condition} %}$0{% endfor %} \ No newline at end of file | ||
