summaryrefslogtreecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/erlang-mode/compile
blob: ae3a4d8ca8a28734d430445ee6bef670e9a72d2b (plain) (blame)
1
2
3
4
#name : -compile(...).
# --
-compile([${1:export_all}]).
$0