mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
feat: Emacs aggressive indent
This commit is contained in:
parent
b323399182
commit
676f8b136e
1 changed files with 4 additions and 0 deletions
|
|
@ -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-odd-face nil :background "gray20")
|
||||||
(set-face-attribute 'highlight-indent-guides-stack-even-face nil :background "gray40")
|
(set-face-attribute 'highlight-indent-guides-stack-even-face nil :background "gray40")
|
||||||
(set-face-attribute 'highlight-indent-guides-stack-odd-face nil :background "gray50"))
|
(set-face-attribute 'highlight-indent-guides-stack-odd-face nil :background "gray50"))
|
||||||
|
|
||||||
|
(use-package aggressive-indent)
|
||||||
|
(global-aggressive-indent-mode 1)
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** Scrolling
|
*** Scrolling
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue