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

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

[nongnu] elpa/scala-mode ad73d10 096/217: Merge pull request #49 from zb


From: ELPA Syncer
Subject: [nongnu] elpa/scala-mode ad73d10 096/217: Merge pull request #49 from zbskii/master
Date: Sun, 29 Aug 2021 11:30:51 -0400 (EDT)

branch: elpa/scala-mode
commit ad73d102cbeee2418bae68156d8853b97b125699
Merge: 13b30a6 f4b5a6b
Author: Heikki Vesalainen <heikki.vesalainen@iki.fi>
Commit: Heikki Vesalainen <heikki.vesalainen@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



reply via email to

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