From b39d777fd5e620eeb81733ae12292813233b529a Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Sun, 17 Jun 2018 13:02:27 +0200 Subject: Simplify Django-snippets. Add django_var --- .emacs.d/snippets/html-mode/django_if | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.emacs.d/snippets/html-mode/django_if') diff --git a/.emacs.d/snippets/html-mode/django_if b/.emacs.d/snippets/html-mode/django_if index a356c35..6ad562d 100644 --- a/.emacs.d/snippets/html-mode/django_if +++ b/.emacs.d/snippets/html-mode/django_if @@ -1,5 +1,5 @@ # -*- mode: snippet -*- #name: django-if -#key: dj_if +#key: if # -- -{% if ${1:condition} %}$0{% endif %} \ No newline at end of file +{%if ${1:condition} %}$0{%endif%} \ No newline at end of file -- cgit v1.3