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