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