summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/markdown-mode/plus
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/markdown-mode/plus')
-rw-r--r--.emacs.d/snippets/markdown-mode/plus7
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs.d/snippets/markdown-mode/plus b/.emacs.d/snippets/markdown-mode/plus
new file mode 100644
index 0000000..ebcaab1
--- /dev/null
+++ b/.emacs.d/snippets/markdown-mode/plus
@@ -0,0 +1,7 @@
1# -*- mode: snippet -*-
2# name: Unordered List +
3# contributor: Peng Deng <dengpeng@gmail.com>
4# key: +
5# --
6+ ${1:Text}
7+$0 \ No newline at end of file