Initial commit.
This commit is contained in:
10
.emacs.d/elpa/yasnippet-20160131.948/snippets/org-mode/img
Normal file
10
.emacs.d/elpa/yasnippet-20160131.948/snippets/org-mode/img
Normal file
@@ -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
|
Reference in New Issue
Block a user