emacs-prelude/vendor/yasnippet/snippets/rst-mode/tit
2012-02-17 22:12:32 +02:00

8 lines
141 B
Plaintext

# name: Document title
# key: tit
# --
${1:$(make-string (string-width text) ?\=)}
${1:Title}
${1:$(make-string (string-width text) ?\=)}
$0