Add scala config
This commit is contained in:
parent
91a87e7ee1
commit
b84f09e803
4 changed files with 24 additions and 3 deletions
6
Cask
6
Cask
|
@ -164,7 +164,6 @@
|
|||
(depends-on "android-mode")
|
||||
(depends-on "emacs-eclim")
|
||||
(depends-on "groovy-mode")
|
||||
(depends-on "scala-mode2" :git "https://github.com/hvesalai/scala-mode2")
|
||||
|
||||
;; JS -- modules/module-js.el
|
||||
(depends-on "js2-mode")
|
||||
|
@ -218,6 +217,11 @@
|
|||
(depends-on "racer")
|
||||
(depends-on "flycheck-rust")
|
||||
|
||||
;; Scala -- modules/module-scala.el
|
||||
(depends-on "scala-mode2")
|
||||
(depends-on "sbt-mode")
|
||||
(depends-on "ensime")
|
||||
|
||||
;; Shell -- modules/module-sh.el
|
||||
(depends-on "company-shell" :git "https://github.com/Alexander-Miller/company-shell")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue