my-emacs-d/elpa/yasnippet-20161022.646/snippets/rst-mode/chapter
2016-10-24 08:30:06 +02:00

9 lines
129 B
Plaintext

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