diff options
Diffstat (limited to 'emacs.d/snippets/text-mode/scala-mode/map')
-rw-r--r-- | emacs.d/snippets/text-mode/scala-mode/map | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.d/snippets/text-mode/scala-mode/map b/emacs.d/snippets/text-mode/scala-mode/map new file mode 100644 index 0000000..17322a5 --- /dev/null +++ b/emacs.d/snippets/text-mode/scala-mode/map @@ -0,0 +1,4 @@ +#Author : Jonas Bonèr <jonas@jonasboner.com> +#name : map(x => ..) +# -- +map(${1:x} => ${2:body}) $0
\ No newline at end of file |