spacemacs/snippets/erlang-mode/ifdef
2013-01-23 19:53:54 -05:00

6 lines
73 B
Plaintext

# name: -ifdef(...). ... -endif.
# key: ifdef
# --
-ifdef($1).
$0
-endif.