Files
dotfiles/.emacs.d/snippets/rst-mode/chapter
2017-12-21 17:29:29 +01:00

9 lines
129 B
Plaintext

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