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