blob: b76ce9bc04f35bc72f2a6369422f247eb9f8cb84 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|