From 676f8b136e5c34efbcc0ee357701d53b7ce38d63 Mon Sep 17 00:00:00 2001 From: Swarsel Date: Fri, 19 Jul 2024 00:21:33 +0200 Subject: [PATCH] feat: Emacs aggressive indent --- SwarselSystems.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SwarselSystems.org b/SwarselSystems.org index 7e60edf..20abcce 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -8043,6 +8043,10 @@ Lastly, I load the =highlight-indent-guides= package. This adds a neat visual in (set-face-attribute 'highlight-indent-guides-odd-face nil :background "gray20") (set-face-attribute 'highlight-indent-guides-stack-even-face nil :background "gray40") (set-face-attribute 'highlight-indent-guides-stack-odd-face nil :background "gray50")) + + (use-package aggressive-indent) + (global-aggressive-indent-mode 1) + #+end_src *** Scrolling