emacs-prelude/vendor/yasnippet/snippets/rst-mode/tit

8 lines
141 B
Plaintext
Raw Normal View History

2012-02-17 22:12:32 +02:00
# name: Document title
# key: tit
# --
${1:$(make-string (string-width text) ?\=)}
${1:Title}
${1:$(make-string (string-width text) ?\=)}
$0