summaryrefslogtreecommitdiff
path: root/.emacs.d/mysnippets/text-mode/rst-mode/chap
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/mysnippets/text-mode/rst-mode/chap')
-rw-r--r--.emacs.d/mysnippets/text-mode/rst-mode/chap6
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.d/mysnippets/text-mode/rst-mode/chap b/.emacs.d/mysnippets/text-mode/rst-mode/chap
new file mode 100644
index 0000000..6474c00
--- /dev/null
+++ b/.emacs.d/mysnippets/text-mode/rst-mode/chap
@@ -0,0 +1,6 @@
1#name : Chapter title
2# --
3${1:Chapter}
4${1:$(make-string (string-width text) ?\=)}
5
6$0 \ No newline at end of file