diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-11-25 14:23:50 +0000 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-11-25 14:23:50 +0000 |
commit | 0ffa96870f7bfe594807adf92430c11a71f1c3fb (patch) | |
tree | f32f28526a71b959dabf80920418a7310e9a85dd /doom.d/snippets/org-mode/img | |
parent | e3034c639b1c8819cf6476d1efdb8932270970dc (diff) | |
download | dotfiles-0ffa96870f7bfe594807adf92430c11a71f1c3fb.tar.gz dotfiles-0ffa96870f7bfe594807adf92430c11a71f1c3fb.tar.bz2 dotfiles-0ffa96870f7bfe594807adf92430c11a71f1c3fb.zip |
+snippets
Diffstat (limited to 'doom.d/snippets/org-mode/img')
-rw-r--r-- | doom.d/snippets/org-mode/img | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doom.d/snippets/org-mode/img b/doom.d/snippets/org-mode/img new file mode 100644 index 0000000..9da54ba --- /dev/null +++ b/doom.d/snippets/org-mode/img @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: img +# key: img_ +# -- +<img src="$1" + alt="$2" align="${3:left}" + title="${4:image title}" + class="img" +</img> +$0
\ No newline at end of file |