branch: elpa/scala-mode commit 5d2416f3a62ce3bbdc161536a93dfdb62ec4e974 Author: Heikki Vesalainen <heikkivesalai...@yahoo.com> Commit: Heikki Vesalainen <heikkivesalai...@yahoo.com>
Reverted unintended removal of whitespace deletion hook --- scala-mode2.el | 1 + 1 file changed, 1 insertion(+) diff --git a/scala-mode2.el b/scala-mode2.el index a444ad0..9205c1f 100644 --- a/scala-mode2.el +++ b/scala-mode2.el @@ -97,6 +97,7 @@ When started, runs `scala-mode-hook'. (use-local-map scala-mode-map) (turn-on-font-lock) ;; add indent functionality to some characters + (scala-mode-map:add-remove-indent-hook) (scala-mode-map:add-self-insert-hooks) )