Files
emacs/snippets/rst-mode/chapter
2024-04-30 07:08:23 +02:00

9 lines
128 B
Plaintext

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