branch: elpa/scala-mode commit ad73d102cbeee2418bae68156d8853b97b125699 Merge: 13b30a6 f4b5a6b Author: Heikki Vesalainen <heikki.vesalai...@iki.fi> Commit: Heikki Vesalainen <heikki.vesalai...@iki.fi>
Merge pull request #49 from zbskii/master Update install instructions to give correct instructions on using ELPA --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6eeab2..6f63169 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,10 @@ to the load-path and then to require it. For more information regarding to activate the mode: ``` - (require 'scala-mode2) + (add-to-list 'auto-mode-alist + '("\\.scala" . scala-mode2) + '("\\.sbt\\'" . scala-mode2) + ) ``` 2. Manual: @@ -439,4 +442,4 @@ Contributors and valuable feedback: - Evan Meagher - Andrew Jones - Vasya Novikov -- Hugh Giddens \ No newline at end of file +- Hugh Giddens