branch: elpa/scala-mode commit 2201b1cb259d6e116d5be0e4d4567a9a8793ae8e Author: Hugh Giddens <hgidd...@atlassian.com> Commit: Hugh Giddens <hgidd...@atlassian.com>
Interact nicely with global-font-lock-mode. --- scala-mode2.el | 1 - 1 file changed, 1 deletion(-) diff --git a/scala-mode2.el b/scala-mode2.el index 9205c1f..65a8a0d 100644 --- a/scala-mode2.el +++ b/scala-mode2.el @@ -95,7 +95,6 @@ When started, runs `scala-mode-hook'. indent-tabs-mode nil ) (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)