branch: elpa/scala-mode commit b251627d59b33fb55234ad4443eb8e3de3d36cec Author: Evan Meagher <e...@twitter.com> Commit: Evan Meagher <e...@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