diff options
author | Marius Peter <marius.peter@tutanota.com> | 2021-09-13 22:49:27 -0700 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2021-09-13 22:49:27 -0700 |
commit | c3875265ccdd1d72f06a16ab1ca725b7cb2ec35b (patch) | |
tree | e6b79624e36b4b632398f318bc4ec04034ec88ee /resources/snippets/org-mode/img | |
parent | cc5cd4196c306b176f8af0124dc3d73b525024b1 (diff) |
Consolidated resources and meta files.
Diffstat (limited to 'resources/snippets/org-mode/img')
-rw-r--r-- | resources/snippets/org-mode/img | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/snippets/org-mode/img b/resources/snippets/org-mode/img new file mode 100644 index 0000000..5632367 --- /dev/null +++ b/resources/snippets/org-mode/img @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: img +# key: $img +# -- +#+NAME: ${1:image-title} +#+CAPTION[${2:Short caption}]: $2. ${3:Optional additional details} +[[`(concat user-emacs-directory "img/")`$0--]]
\ No newline at end of file |