summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets
diff options
context:
space:
mode:
authorSimeon Simeonov2018-03-01 18:17:22 +0100
committerSimeon Simeonov2018-03-01 18:17:22 +0100
commit361ce94b7639413592ec8d75d1abbc4a0990170c (patch)
treea824fa277d63f893ec639c88abd4cffb925360d3 /.emacs.d/snippets
parent4ddaeb8e216f5b4ab1579b433ed0dbae78c2933a (diff)
Django url snippet added
Diffstat (limited to '.emacs.d/snippets')
-rw-r--r--.emacs.d/snippets/html-mode/django_url5
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