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

5 lines
50 B
Plaintext

#name : -define(...,...).
# --
-define($1,$2).
$0