all repos — nixfiles @ d7a6317804a6445846ea15d886161b593d7da94a

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

Emacs: use unicode tick for flycheck-mode
Alan Pearce alan@alanpearce.co.uk
Sat, 26 Apr 2014 12:47:23 +0100
commit

d7a6317804a6445846ea15d886161b593d7da94a

parent

384cc3e80cd25156335cb4fa6f51507688a0b27b

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

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