diff options
Diffstat (limited to 'emacs.d/snippets/text-mode/scala-mode/imp')
-rw-r--r-- | emacs.d/snippets/text-mode/scala-mode/imp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.d/snippets/text-mode/scala-mode/imp b/emacs.d/snippets/text-mode/scala-mode/imp new file mode 100644 index 0000000..cf5efa1 --- /dev/null +++ b/emacs.d/snippets/text-mode/scala-mode/imp @@ -0,0 +1,4 @@ +#Author : Jonas Bonèr <jonas@jonasboner.com> +#name : import .. +# -- +import $0
\ No newline at end of file |