From d7a6317804a6445846ea15d886161b593d7da94a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 26 Apr 2014 12:47:23 +0100 Subject: Emacs: use unicode tick for flycheck-mode --- tag-emacs/emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index ad86cb2..c693a47 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -655,6 +655,7 @@ (global-semantic-decoration-mode t))) (req-package flycheck + :diminish (global-flycheck-mode . " ✓") :init (global-flycheck-mode)) ;;;; Projects -- cgit 1.4.1