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