diff options
Diffstat (limited to '.emacs.d/snippets/html-mode/django_comment')
| -rw-r--r-- | .emacs.d/snippets/html-mode/django_comment | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | #name: django-comment | ||
| 3 | #key: # | ||
| 4 | # -- | ||
| 5 | {% comment "${1:note}" %}$0{% endcomment %} \ No newline at end of file | ||
