mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +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:
|