From 9a6961898f15562350e68952204d2f26b33b59f9 Mon Sep 17 00:00:00 2001 From: rearman Date: Fri, 24 Apr 2026 12:49:06 -0400 Subject: [PATCH] Don't turn on aggressive-indent-mode globally Mostly annoying in anything other than elisp, and sometimes annoying then! --- re/re-packages.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/re/re-packages.el b/re/re-packages.el index f0e2ef5..f217a16 100644 --- a/re/re-packages.el +++ b/re/re-packages.el @@ -37,9 +37,7 @@ :bind (("C-=" . er/expand-region))) -(use-package aggressive-indent - :config - (global-aggressive-indent-mode t)) +(use-package aggressive-indent) (use-package magit :defer -- 2.39.5