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