aboutsummaryrefslogtreecommitdiffstats
path: root/snippets
diff options
context:
space:
mode:
authorGravatar Tim Segers <tim.segers@prodrive-technologies.com>2025-11-13 17:06:40 +0100
committerGravatar Tim Segers <tim.segers@prodrive-technologies.com>2025-11-13 17:06:40 +0100
commit8d56153dbd3bc4e47db9b4853c335ea32fb56d3f (patch)
treeae12165c3147d8b9f09b357466b530ec556f76b8 /snippets
parent43eb1eccb2494da9eed0e0d06c694d43c57acbdd (diff)
downloadtodo.vim-master.tar.gz
Add [!] and fixed-width blocksHEADmaster
Diffstat (limited to 'snippets')
-rw-r--r--snippets/todo.snippets5
1 files changed, 1 insertions, 4 deletions
diff --git a/snippets/todo.snippets b/snippets/todo.snippets
index 10e3042..30c7359 100644
--- a/snippets/todo.snippets
+++ b/snippets/todo.snippets
@@ -1,16 +1,13 @@
snippet [
- - [ ]
-
+ - [ ] ${1}
snippet <s
#+BEGIN_SRC
${1}
#+END_SRC
-
snippet <e
#+BEGIN_EXAMPLE
${1}
#+END_EXAMPLE
-
snippet <r
#+RESULTS:
#+BEGIN_EXAMPLE