Josh Bicking před 8 roky
rodič
revize
95e07cec39
1 změnil soubory, kde provedl 6 přidání a 4 odebrání
  1. 6 4
      emacs

+ 6 - 4
emacs

@@ -512,6 +512,11 @@ scroll-step 1)
 (global-evil-surround-mode 1)
 
 
+;; auto-adjust to indentation
+(require 'dtrt-indent)
+(dtrt-indent-mode 1)
+
+
 ;; remove mode clutter from powerline
 
 ;; "after" macro definition
@@ -537,12 +542,9 @@ scroll-step 1)
 (diminish 'auto-revert-mode)
 (diminish 'flycheck-mode)
 (diminish 'abbrev-mode)
+(diminish 'dtrt-indent-mode)
 
 
-;; auto-adjust to indentation
-(require 'dtrt-indent)
-(dtrt-indent-mode 1)
-
 ;;;; System-specific configs
 
 (defun win-setup ()