summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/html-mode/django_url
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/html-mode/django_url')
-rw-r--r--.emacs.d/snippets/html-mode/django_url2
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