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

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

[nongnu] elpa/scala-mode b251627 079/217: Comment out example binding of


From: ELPA Syncer
Subject: [nongnu] elpa/scala-mode b251627 079/217: Comment out example binding of `scala-indent:insert-asterisk-on-multiline-comment`
Date: Sun, 29 Aug 2021 11:30:47 -0400 (EDT)

branch: elpa/scala-mode
commit b251627d59b33fb55234ad4443eb8e3de3d36cec
Author: Evan Meagher <evm@twitter.com>
Commit: Evan Meagher <evm@twitter.com>

    Comment out example binding of 
`scala-indent:insert-asterisk-on-multiline-comment`
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index f45dc55..899673e 100644
--- a/README.md
+++ b/README.md
@@ -278,10 +278,10 @@ you may want to try. Just copy-paste it to your `.emacs` 
file.
   ;; 'scala-indent:insert-asterisk-on-multiline-comment' to RET in
   ;; order to get indentation and asterisk-insertion within multi-line
   ;; comments.
-  (local-set-key (kbd "RET") '(lambda ()
-    (interactive)
-    (newline-and-indent)
-    (scala-indent:insert-asterisk-on-multiline-comment)))
+  ;; (local-set-key (kbd "RET") '(lambda ()
+  ;;   (interactive)
+  ;;   (newline-and-indent)
+  ;;   (scala-indent:insert-asterisk-on-multiline-comment)))
 
   ;; Bind the 'join-line' command to C-M-j. This command is normally
   ;; bound to M-^ which is hard to access, especially on some European



reply via email to

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