aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/snippets/html-mode/block
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/snippets/html-mode/block')
-rw-r--r--emacs/.emacs.d/snippets/html-mode/block7
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs/.emacs.d/snippets/html-mode/block b/emacs/.emacs.d/snippets/html-mode/block
deleted file mode 100644
index 6510011..0000000
--- a/emacs/.emacs.d/snippets/html-mode/block
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- mode: snippet; require-final-newline: nil -*-
-# name: block
-# key: block
-# --
-{% block $1 %}
- $0
-{% endblock %} \ No newline at end of file