Browse Source

Add aggressive-indent-mode config

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

+ 3
- 0
emacs.el View File

@@ -791,6 +791,9 @@ found, otherwise returns nil."
(require 'generic-x)

(when (safe-require-or-eval 'aggressive-indent)
(defvar aggressive-indent-excluded-modes)
(add-to-list 'aggressive-indent-excluded-modes
'diff-mode)
(global-aggressive-indent-mode 1))

(when (autoload-eval-lazily 'ggtags)


Loading…
Cancel
Save