emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/scala-mode f4b5a6b 095/217: Add .sbt to config


From: ELPA Syncer
Subject: [nongnu] elpa/scala-mode f4b5a6b 095/217: Add .sbt to config
Date: Sun, 29 Aug 2021 11:30:50 -0400 (EDT)

branch: elpa/scala-mode
commit f4b5a6b0bcfa6e67be4e630409f128a18fcfaa2c
Author: zbskii <brett@rdnzl.net>
Commit: zbskii <brett@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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]