summaryrefslogtreecommitdiff
path: root/.emacs.d/mysnippets/text-mode/scala-mode/hset.new
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/mysnippets/text-mode/scala-mode/hset.new')
-rw-r--r--.emacs.d/mysnippets/text-mode/scala-mode/hset.new4
1 files changed, 0 insertions, 4 deletions
diff --git a/.emacs.d/mysnippets/text-mode/scala-mode/hset.new b/.emacs.d/mysnippets/text-mode/scala-mode/hset.new
deleted file mode 100644
index d1be3ee..0000000
--- a/.emacs.d/mysnippets/text-mode/scala-mode/hset.new
+++ /dev/null
@@ -1,4 +0,0 @@
1#Author : Jonas Bonèr <jonas@jonasboner.com>
2#name : new HashSet[K]
3# --
4new HashSet[${1:key}] $0