mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
9 lines
259 B
Plaintext
9 lines
259 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: Create a box
|
|
# key: box
|
|
# expand-env: ((yas-indent-line 'fixed) (yas-wrap-around-region 'nil))
|
|
# --
|
|
┌${1:$(make-string (+ 2 (string-width yas-text)) ?\-)}┐
|
|
| $1 |
|
|
└${1:$(make-string (+ 2 (string-width yas-text)) ?\-)}┘
|