]> git.donarmstrong.com Git - lib.git/blobdiff - emacs_el/snippets/makefile-gmake-mode/dfig
tweak multiple choice and dfig environments
[lib.git] / emacs_el / snippets / makefile-gmake-mode / dfig
index 178a3c670b7d2442d6e1c1312ebf987bea022d64..b2a30d2e125c4baec40d33932b4731dc3ae04528 100644 (file)
@@ -3,6 +3,7 @@
 # key: dfig
 # expand-env: ((yas-indent-line 'fixed) (yas-wrap-around-region 'nil))
 # --
-DOWNLOAD_FIGURES+=${1:foo.jpg}
-$1:
-       wget -O $@ "$0"
+# $0
+DOWNLOAD_FIGURES+=${2:foo.jpg}
+$2:
+       wget -O $@ "$1"