mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
8 lines
101 B
Plaintext
8 lines
101 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: Org-Mode source block
|
||
|
# key: quote
|
||
|
# --
|
||
|
#+BEGIN_QUOTE
|
||
|
$1
|
||
|
#+END_QUOTE
|