aboutsummaryrefslogtreecommitdiffstats
path: root/snippets/todo.snippets
blob: 10e304261c684b13c1e92ae8a4d8f5a32a8b8ee9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
snippet [
	- [ ]

snippet <s
	#+BEGIN_SRC
		${1}
	#+END_SRC

snippet <e
	#+BEGIN_EXAMPLE
		${1}
	#+END_EXAMPLE

snippet <r
	#+RESULTS:
	#+BEGIN_EXAMPLE
		${1}
	#+END_EXAMPLE