Explorar o código

Diminish dtrt

Josh Bicking %!s(int64=8) %!d(string=hai) anos
pai
achega
95e07cec39
Modificáronse 1 ficheiros con 6 adicións e 4 borrados
  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 ()