From 9708a6f188cfce675e1f08355e15c5d47268b37b Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Fri, 16 Jun 2017 10:59:00 +0200 Subject: Create the custom snippet: django-for --- .emacs.d/snippets/html-mode/django_for | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .emacs.d/snippets/html-mode/django_for diff --git a/.emacs.d/snippets/html-mode/django_for b/.emacs.d/snippets/html-mode/django_for new file mode 100644 index 0000000..7982638 --- /dev/null +++ b/.emacs.d/snippets/html-mode/django_for @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +#name: django-for +#key: dj_for +# -- +{% for ${1:condition} %}$0{% endfor %} \ No newline at end of file -- cgit v1.3