mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-02-07 12:19:02 +00:00
8 lines
107 B
Plaintext
8 lines
107 B
Plaintext
![]() |
# -*- mode: snippet -*-
|
||
|
# name: Org-Mode local property block
|
||
|
# key: lpropblock
|
||
|
# --
|
||
|
:PROPERTIES:
|
||
|
$1
|
||
|
:END:
|