my-emacs-d/elpa/yasnippet-20160924.2001/snippets/rst-mode/chapter
2016-10-20 10:27:10 +02:00

9 lines
129 B
Plaintext

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