summaryrefslogtreecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/erlang-mode/fun
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/lisp/yasnippet/snippets/erlang-mode/fun3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/lisp/yasnippet/snippets/erlang-mode/fun b/emacs.d/lisp/yasnippet/snippets/erlang-mode/fun
new file mode 100644
index 0000000..77f8293
--- /dev/null
+++ b/emacs.d/lisp/yasnippet/snippets/erlang-mode/fun
@@ -0,0 +1,3 @@
+#name : fun (...) -> ... end
+# --
+fun ($1) -> $0 end