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

6 lines
76 B
Plaintext

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