mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-02-07 12:19:02 +00:00
9 lines
97 B
Plaintext
9 lines
97 B
Plaintext
![]() |
# -*- mode: snippet -*-
|
||
|
# name: Org-Mode drawer
|
||
|
# key: drawer
|
||
|
# --
|
||
|
:${1:<DRAWERNAME>}:
|
||
|
$2
|
||
|
:END:
|
||
|
|