diff options
Diffstat (limited to 'snippets/org-mode/begin.yasnippet')
| -rw-r--r-- | snippets/org-mode/begin.yasnippet | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/snippets/org-mode/begin.yasnippet b/snippets/org-mode/begin.yasnippet new file mode 100644 index 0000000..b76ce9b --- /dev/null +++ b/snippets/org-mode/begin.yasnippet @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: begin_ block +# key: <b +# -- +#+begin_${1:$$(yas-auto-next + (yas-completing-read "Block type: " + '("example" "quote" "note" "warning" "tip" "caution" "important" + "left" "center" "right" "sidebar" "attention" "hint" "error" "danger" + "info" "notice" "question" "summary" "success")))} +$0 +#+end_$1 |
