aboutsummaryrefslogtreecommitdiff
path: root/home/.emacs.d/snippets/scala-mode/fcc
diff options
context:
space:
mode:
Diffstat (limited to 'home/.emacs.d/snippets/scala-mode/fcc')
-rw-r--r--home/.emacs.d/snippets/scala-mode/fcc4
1 files changed, 4 insertions, 0 deletions
diff --git a/home/.emacs.d/snippets/scala-mode/fcc b/home/.emacs.d/snippets/scala-mode/fcc
new file mode 100644
index 0000000..4fc89b3
--- /dev/null
+++ b/home/.emacs.d/snippets/scala-mode/fcc
@@ -0,0 +1,4 @@
+# -*- mode: snippet -*-
+# key: fcc
+# --
+final case class ${1:Name}($0) \ No newline at end of file