spacemacs/snippets/erlang-mode/compile

5 lines
74 B
Plaintext
Raw Normal View History

2013-01-24 00:53:54 +00:00
# name: -compile(...).
# key: compile
# --
-compile([${1:export_all}]).
$0