Procházet zdrojové kódy

Add aggressive-indent-mode config

master
10sr před 6 roky
rodič
revize
1d1cde48ae
Podepsáno: 10sr ID GPG klíče: 7BEC428194130EB2
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el Zobrazit soubor

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


Načítá se…
Zrušit
Uložit