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