spacemacs/snippets/erlang-mode/ifdef

6 lines
73 B
Plaintext
Raw Normal View History

2013-01-24 00:53:54 +00:00
# name: -ifdef(...). ... -endif.
# key: ifdef
# --
-ifdef($1).
$0
-endif.