From 8c2a9286007648582299e5e2dd90d876379e47e7 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Fri, 16 May 2025 22:08:04 +0200 Subject: Add .emacs.d/snippets/html-mode/django_comment --- .emacs.d/snippets/html-mode/django_comment | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .emacs.d/snippets/html-mode/django_comment (limited to '.emacs.d/snippets/html-mode/django_comment') diff --git a/.emacs.d/snippets/html-mode/django_comment b/.emacs.d/snippets/html-mode/django_comment new file mode 100644 index 0000000..b29389e --- /dev/null +++ b/.emacs.d/snippets/html-mode/django_comment @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +#name: django-comment +#key: # +# -- +{% comment "${1:note}" %}$0{% endcomment %} \ No newline at end of file -- cgit v1.3