Gotta have all the snippets
This commit is contained in:
parent
7e301d5efe
commit
64dc0a32e8
1 changed files with 7 additions and 0 deletions
7
snippets/org-mode/quote-block
Normal file
7
snippets/org-mode/quote-block
Normal file
|
@ -0,0 +1,7 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: quote-block
|
||||
# key: <q
|
||||
# --
|
||||
#+begin_quote
|
||||
$0
|
||||
#+end_quote
|
Loading…
Reference in a new issue