branch: elpa/scala-mode commit 6aeb34176262df0b7bcf5a347dc897238a49585b Author: Heikki Vesalainen <heikkivesalai...@yahoo.com> Commit: Heikki Vesalainen <heikkivesalai...@yahoo.com>
Edited README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21f7839..81986d9 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,15 @@ are having trouble with colors, try setting the customization variable ## Indenting modes +You can configure the mode from the mode customization menu (use M-x +customize-mode when in scala-mode). + ### Run-on lines (scala-indent:default-run-on-strategy) The indenting engine has three modes for handling run-on lines. The 'reluctant' (default) mode is geared toward a general style of coding and the 'eager' for strictly functional style. A third mode called -'operators' is between the two. You can configure the mode from the -mode customization menu (use M-x customize-mode when in scala-mode). +'operators' is between the two. The difference between the modes is how they treat run-on lines. For example, the 'eager' mode will indent 'map' in the following code