From 82cdaec62c42664f01c4210165c55629dc6a3250 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 27 Apr 2014 19:15:58 +0100 Subject: Emacs: use correct flycheck mode for diminishing --- tag-emacs/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d/init.el') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 1eed32e..ddfd34d 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -653,7 +653,7 @@ (global-semantic-decoration-mode t))) (req-package flycheck - :diminish (global-flycheck-mode . " ✓") + :diminish (flycheck-mode . " ✓") :init (global-flycheck-mode)) ;;;; Projects -- cgit 1.4.1