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