forked from colonelpanic/dotfiles
8 lines
194 B
Plaintext
8 lines
194 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name : attr_html
|
||
|
# key: ath
|
||
|
# condition: (= (current-column) 3)
|
||
|
# contributor: Rafael Villarroel (rvf0068@gmail.com)
|
||
|
# --
|
||
|
#+ATTR_HTML: alt="$1" img class="aligncenter"
|