Skip to content

Commit

Permalink
Add scala-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rejeep committed Oct 17, 2016
1 parent f24c57b commit e50391d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cask
Expand Up @@ -75,3 +75,4 @@
(depends-on "ivy")
(depends-on "counsel")
(depends-on "swiper")
(depends-on "scala-mode")
3 changes: 3 additions & 0 deletions init.el
Expand Up @@ -391,6 +391,9 @@
("M-x" . counsel-M-x)
("C-x C-f" . counsel-find-file)))

(use-package scala-mode
:interpreter ("scala" . scala-mode))


;;;; Bindings

Expand Down

0 comments on commit e50391d

Please sign in to comment.