Browse Source

Add some mode to aggressive-indent exclude

master
10sr 5 years ago
parent
commit
4653b81657
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el View File

@@ -848,6 +848,8 @@ found, otherwise returns nil."
(setq aggressive-indent-excluded-modes
`(diff-mode
toml-mode
conf-mode
dockerfile-mode
,@aggressive-indent-excluded-modes))
(global-aggressive-indent-mode 1))



Loading…
Cancel
Save