]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/yasnippet/snippets/rst-mode/chap
Add yasnippet.
[gnu-emacs-elpa] / packages / yasnippet / snippets / rst-mode / chap
diff --git a/packages/yasnippet/snippets/rst-mode/chap b/packages/yasnippet/snippets/rst-mode/chap
new file mode 100644 (file)
index 0000000..593fc0f
--- /dev/null
@@ -0,0 +1,7 @@
+# name: Chapter title
+# key: chap
+# --
+${1:Chapter}
+${1:$(make-string (string-width text) ?\=)}
+
+$0
\ No newline at end of file