dotfiles/home-manager/modules/emacs/.emacs.d/snippets/org-mode/box

6 lines
173 B
Text
Raw Normal View History

# -*- mode: snippet -*-
# key: /box
# --
${1:$(format "┌-%s-┐" (make-string (length yas-text) ?-))}
| $1 |
${1:$(format "└-%s-┘" (make-string (length yas-text) ?-))}