diff options
| author | Simeon Simeonov | 2025-05-16 22:08:04 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2025-05-16 22:08:04 +0200 |
| commit | 8c2a9286007648582299e5e2dd90d876379e47e7 (patch) | |
| tree | badb876f2be928f717b36a6c1bcf39edf8225782 | |
| parent | 9896704c2751a872410e6789a105ddde9b5891a4 (diff) | |
Add .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 | ||
