summaryrefslogtreecommitdiff
path: root/.emacs.d/mysnippets/text-mode/html-mode/dl
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/mysnippets/text-mode/html-mode/dl')
-rw-r--r--.emacs.d/mysnippets/text-mode/html-mode/dl7
1 files changed, 0 insertions, 7 deletions
diff --git a/.emacs.d/mysnippets/text-mode/html-mode/dl b/.emacs.d/mysnippets/text-mode/html-mode/dl
deleted file mode 100644
index be11bb5..0000000
--- a/.emacs.d/mysnippets/text-mode/html-mode/dl
+++ /dev/null
@@ -1,7 +0,0 @@
1#contributor : Rodrigo Setti <rodrigosetti@gmail.com>
2#name : <dl> ... </dl>
3#group : list
4# --
5<dl>
6 $0
7</dl>