summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
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