feat: Emacs aggressive indent

This commit is contained in:
Swarsel 2024-07-19 00:21:33 +02:00
parent b323399182
commit 676f8b136e
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84

View file

@ -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