dotfiles/.emacs.d/snippets/erlang-mode/rec
2017-12-21 17:29:29 +01:00

5 lines
54 B
Plaintext

#name : -record(...,{...}).
# --
-record($1,{$2}).
$0