diff options
| -rw-r--r-- | .emacs.d/snippets/html-mode/django_url | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/snippets/html-mode/django_url b/.emacs.d/snippets/html-mode/django_url new file mode 100644 index 0000000..9f2a0b3 --- /dev/null +++ b/.emacs.d/snippets/html-mode/django_url | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | #name: django-url | ||
| 3 | #key: dj_u | ||
| 4 | # -- | ||
| 5 | {%url "$0" %} \ No newline at end of file | ||
