From dd6310d166084336ef9ec31f91299c4d5aebd4ad Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Thu, 2 Oct 2014 22:43:46 -0400 Subject: [PATCH] Minor changes in ensime init and packages.el Add explicitly dash, s and scala-mode2 --- spacemacs/packages.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/spacemacs/packages.el b/spacemacs/packages.el index 6d4d19aa6..300cc9844 100644 --- a/spacemacs/packages.el +++ b/spacemacs/packages.el @@ -13,6 +13,7 @@ cmake-mode csharp-mode coffee-mode + dash diminish dired+ ; edts @@ -99,7 +100,9 @@ ruby-end ruby-mode ruby-test-mode + s sbt-mode + scala-mode2 scss-mode smartparens smeargle @@ -461,8 +464,7 @@ which require an initialization must be listed explicitly in the list.") (defun spacemacs/init-ensime () (use-package ensime - :defer t - :init (add-hook 'scala-mode-hook 'ensime-scala-mode-hook))) + :defer t)) (defun spacemacs/init-erlang () (use-package erlang