all repos — nixfiles @ 82cdaec62c42664f01c4210165c55629dc6a3250

System and user configuration, managed by nix and home-manager

Emacs: use correct flycheck mode for diminishing
Alan Pearce alan@alanpearce.co.uk
Sun, 27 Apr 2014 19:15:58 +0100
commit

82cdaec62c42664f01c4210165c55629dc6a3250

parent

0da5abaf2490fc2d77750393a0ada37811d21636

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -653,7 +653,7 @@ (global-semantic-show-unmatched-syntax-mode t)             (global-semantic-decoration-mode t)))
 
 (req-package flycheck
-  :diminish (global-flycheck-mode . " ✓")
+  :diminish (flycheck-mode . " ✓")
   :init (global-flycheck-mode))
 
 ;;;; Projects