diff options
| author | Simeon Simeonov | 2018-06-14 17:30:11 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2018-06-14 17:30:11 +0200 |
| commit | 19907ef276869e1a7b29f4af9678c95d21a42dad (patch) | |
| tree | 2d5d35ab61406dddd0d1c372a58247e856e45301 /.emacs.d/snippets/html-mode/django_endif | |
| parent | 353b076ab94a375f512c714a53fb0da0dc629002 (diff) | |
Add html-mode/django_else and html-mode/django_endif
Diffstat (limited to '.emacs.d/snippets/html-mode/django_endif')
| -rw-r--r-- | .emacs.d/snippets/html-mode/django_endif | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/snippets/html-mode/django_endif b/.emacs.d/snippets/html-mode/django_endif new file mode 100644 index 0000000..fe9c533 --- /dev/null +++ b/.emacs.d/snippets/html-mode/django_endif | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | #name: django-endif | ||
| 3 | #key: ef | ||
| 4 | # -- | ||
| 5 | {%endif%} \ No newline at end of file | ||
