view elpa/yasnippet-0.9.1/snippets/rst-mode/sec @ 141:ee4b6191b61e

packages: update yasnippet and deps
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 20 Apr 2016 13:40:19 -0400
parents elpa/yasnippet-0.8.0/snippets/rst-mode/sec@156cbb54f344
children
line wrap: on
line source

# name: Section title
# key: sec
# --
${1:Section}
${1:$(make-string (string-width text) ?\-)}

$0