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, 4 insertions, 0 deletions
diff --git a/.emacs.d/mysnippets/text-mode/scala-mode/hset.new b/.emacs.d/mysnippets/text-mode/scala-mode/hset.new
new file mode 100644
index 0000000..d1be3ee
--- /dev/null
+++ b/.emacs.d/mysnippets/text-mode/scala-mode/hset.new
@@ -0,0 +1,4 @@
1#Author : Jonas Bonèr <jonas@jonasboner.com>
2#name : new HashSet[K]
3# --
4new HashSet[${1:key}] $0