Need an org example block
This commit is contained in:
parent
6791c7bdc8
commit
4bf1bba3aa
1 changed files with 7 additions and 0 deletions
7
snippets/org-mode/example-block
Normal file
7
snippets/org-mode/example-block
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# -*- mode: snippet -*-
|
||||||
|
# name: example-block
|
||||||
|
# key: <e
|
||||||
|
# --
|
||||||
|
#+BEGIN_EXAMPLE
|
||||||
|
$0
|
||||||
|
#+END_EXAMPLE
|
Loading…
Reference in a new issue