From 361ce94b7639413592ec8d75d1abbc4a0990170c Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Thu, 1 Mar 2018 18:17:22 +0100 Subject: Django url snippet added --- .emacs.d/snippets/html-mode/django_url | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .emacs.d/snippets/html-mode/django_url 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 @@ +# -*- mode: snippet -*- +#name: django-url +#key: dj_u +# -- +{%url "$0" %} \ No newline at end of file -- cgit v1.3