spacemacs/contrib/lang/scala/packages.el
Chris Barrett 6fc0b79a33 Update packages.el
Fix typo preventing layer initialisation.

Submitting this PR via the github online editor--let me know if anything weird happens.
2014-12-14 13:16:29 -05:00

13 lines
289 B
EmacsLisp

(defvar scala-packages
'(
ensime
sbt-mode
scala-mode2
)
"List of all packages to install and/or initialize. Built-in packages
which require an initialization must be listed explicitly in the list.")
(defun spacemacs/init-ensime ()
(use-package ensime
:defer t))