From c5115c431e9bcd04cc2753e109a6fae7b97d439c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 12 Jun 2014 21:52:10 +0100 Subject: Emacs: simplify flycheck diminish call --- tag-emacs/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 5b8dc7ae..82b7187d 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -609,7 +609,7 @@ (global-semantic-decoration-mode t))) (req-package flycheck - :diminish (flycheck-mode . " ✓") + :diminish " ✓" :init (global-flycheck-mode)) (req-package company-go -- cgit 1.4.1