diff options
| author | Simeon Simeonov | 2018-06-17 13:02:27 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2018-06-17 13:02:27 +0200 |
| commit | b39d777fd5e620eeb81733ae12292813233b529a (patch) | |
| tree | 62ac28c8056119fce4b8b261a568973517b4f89a /.emacs.d/snippets/html-mode/django_url | |
| parent | 3ae91e4233bf442f08eb2dbef72d95798b3870bf (diff) | |
Simplify Django-snippets. Add django_var
Diffstat (limited to '.emacs.d/snippets/html-mode/django_url')
| -rw-r--r-- | .emacs.d/snippets/html-mode/django_url | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/snippets/html-mode/django_url b/.emacs.d/snippets/html-mode/django_url index 846b8fb..525385f 100644 --- a/.emacs.d/snippets/html-mode/django_url +++ b/.emacs.d/snippets/html-mode/django_url | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # -*- mode: snippet -*- | 1 | # -*- mode: snippet -*- |
| 2 | #name: django-url | 2 | #name: django-url |
| 3 | #key: dj_u | 3 | #key: url |
| 4 | # -- | 4 | # -- |
| 5 | {%url $0 %} \ No newline at end of file | 5 | {%url $0 %} \ No newline at end of file |
