yasnippet-snippets/snippets/rst-mode/section

9 lines
127 B
Plaintext

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