From a3cac4d9b37bc312f02561386828b5e759d54034 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 2 Nov 2018 02:14:36 +0900 Subject: [PATCH] Add groovy-mode to aggressive-indent exclude list --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index 5466721..37ae095 100644 --- a/emacs.el +++ b/emacs.el @@ -863,6 +863,7 @@ found, otherwise returns nil." toml-mode conf-mode dockerfile-mode + groovy-mode ,@aggressive-indent-excluded-modes)) (global-aggressive-indent-mode 1))