mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-12-11 17:31:58 +01:00
a5a651dbb9
Signed-off-by: main <magic_rb@redalder.org>
6 lines
No EOL
173 B
Text
6 lines
No EOL
173 B
Text
# -*- mode: snippet -*-
|
|
# key: /box
|
|
# --
|
|
${1:$(format "┌-%s-┐" (make-string (length yas-text) ?-))}
|
|
| $1 |
|
|
${1:$(format "└-%s-┘" (make-string (length yas-text) ?-))} |