FG42/conf/emacs.d/snippets/text-mode/erlang-mode/compile

5 lines
60 B
Plaintext
Raw Normal View History

2011-07-22 14:48:30 +01:00
#name : -compile(...).
# --
-compile([${1:export_all}]).
$0