ensime: enable scala-mode and document where to find it

This commit is contained in:
Marc Weber 2010-10-07 03:28:01 +08:00 committed by Dimitri Fontaine
parent eac0034f36
commit b0471c53b8

View File

@ -6,4 +6,6 @@
:load-path ("./dist/elisp")
:after (lambda ()
(require 'ensime)
;; scala-mode can be found in the scala distribution:
(require 'scala-mode-auto)
(add-hook 'scala-mode-hook 'ensime-scala-mode-hook)))