summary refs log tree commit diff
path: root/emacs.d/config/fcuny-scala.el
blob: cfadbd627182746af489c73d529fd690febf3468 (plain) (blame)
1
2
3
4
5
6
(eval-when-compile
  (require 'use-package))

(use-package scala-mode :ensure t)

(provide 'fcuny-scala)