CLOVER🍀

That was when it all began.

Emacs 24に、scala-mode2をインストールする

とりあえず、マニュアルインストールで。

elispのパスが通っているところで、

$ git clone https://github.com/hvesalai/scala-mode2.git

を実行。

あとは、init.elに以下を記述。

;; scala-mode2
(require 'scala-mode2)
(add-to-list 'auto-mode-alist '("\.sbt$" . scala-mode))

以上!