diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2021-05-18 03:05:07 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2021-05-18 03:05:07 (GMT) |
| commit | 6953823d0768cab6ecf463446f4c6d619fd1893d (patch) | |
| tree | 080aec4b56b557d1c8a14722d5ecf344bdd090c4 /snippets/org-mode/begin.yasnippet | |
| parent | 44ae54d96459fb8e747902a5debc0c60d5f609c9 (diff) | |
| download | dotemacs-6953823d0768cab6ecf463446f4c6d619fd1893d.zip dotemacs-6953823d0768cab6ecf463446f4c6d619fd1893d.tar.gz dotemacs-6953823d0768cab6ecf463446f4c6d619fd1893d.tar.bz2 | |
org-tempo is dead
It was not as good as yasnippet, anyway.
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 |
