9 lines
110 B
Plaintext
9 lines
110 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: #+begin_quote block
|
||
|
# key: <q
|
||
|
# uuid: <q
|
||
|
# --
|
||
|
#+begin_quote
|
||
|
`%`$0
|
||
|
#+end_quote
|