とりあえず、マニュアルインストールで。
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))
以上!
とりあえず、マニュアルインストールで。
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))
以上!