branch: elpa/scala-mode commit f4b5a6b0bcfa6e67be4e630409f128a18fcfaa2c Author: zbskii <br...@rdnzl.net> Commit: zbskii <br...@rdnzl.net>
Add .sbt to config --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb4b7c9..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: ``` - (add-to-list 'auto-mode-alist '("\\.scala" . scala-mode2)) + (add-to-list 'auto-mode-alist + '("\\.scala" . scala-mode2) + '("\\.sbt\\'" . scala-mode2) + ) ``` 2. Manual: