From 4a702505d7e52dd01c40f4c37b3c36ebaecc914a Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Mon, 18 Feb 2019 12:43:42 +0900 Subject: [PATCH] Add scala-mode --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index 19a83d6..11c6745 100644 --- a/emacs.el +++ b/emacs.el @@ -884,6 +884,7 @@ found, otherwise returns nil." conf-mode dockerfile-mode groovy-mode + scala-mode ,@aggressive-indent-excluded-modes)) (global-aggressive-indent-mode 1))