Add yasnippet.
[emacs/old-mirror.git] / packages / yasnippet / snippets / rst-mode / chap
blob593fc0fa9721c86e6d295892c70d82745b4b74ab
1 # name: Chapter title
2 # key: chap
3 # --
4 ${1:Chapter}
5 ${1:$(make-string (string-width text) ?\=)}
7 $0