aboutsummaryrefslogtreecommitdiff
path: root/home/.emacs.d/snippets/scala-mode/cls
blob: f70703185fd1f755042d847252fddd49b873ad6b (plain) (blame)
1
2
3
4
5
6
# -*- mode: snippet -*-
# key: cls
# --
class ${1:`(file-name-base buffer-file-name)`} {
  $0
}