Skip to content

Commit 5325a7d

Browse files
authored
feat(org-mode): add inline src snippet
* Add Inline Source Snippet * Add Placeholder Hints Use placeholders to illustrate fields of inline source blocks.
1 parent 02aca23 commit 5325a7d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

org-mode/inline_source

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# -*- mode: snippet -*-
2+
# name: Inline Source
3+
# uuid: srci
4+
# key: srci
5+
# condition: t
6+
# --
7+
src_${1:language}[${2:header}]{${0:body}}

0 commit comments

Comments
 (0)