spacemacs/snippets/erlang-mode/ifndef

6 lines
76 B
Plaintext
Raw Normal View History

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