diff options
author | Blendoit <blendoit@gmail.com> | 2020-11-10 21:06:52 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-11-10 21:06:52 -0800 |
commit | 75fc93055e3c4e0cbc1394fabd908f1a2748bd3e (patch) | |
tree | 5d8d77878cb008ab2164d4bd5c13f3a7d3ae7253 /snippets/org-mode/img | |
parent | 5cdb665bee2514a3b4b14a21e9222a2f9bf2a48c (diff) |
Image snippet.
Diffstat (limited to 'snippets/org-mode/img')
-rw-r--r-- | snippets/org-mode/img | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/org-mode/img b/snippets/org-mode/img new file mode 100644 index 0000000..5632367 --- /dev/null +++ b/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 |