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