dotfiles/home-manager/modules/emacs/.emacs.d/snippets/org-mode/box
main a5a651dbb9
Large rework and cleanup
Signed-off-by: main <magic_rb@redalder.org>
2022-07-31 11:03:59 +02:00

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) ?-))}