summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2014-06-12 21:52:10 +0100
committerAlan Pearce2014-06-12 21:52:10 +0100
commitc5115c431e9bcd04cc2753e109a6fae7b97d439c (patch)
treea1d5e85018da1d545781c6c3a846f40b8ffd63cd /tag-emacs
parentb8b93e58c61c173503450105314edbce9b5bfd8b (diff)
downloaddotfiles-c5115c431e9bcd04cc2753e109a6fae7b97d439c.tar.lz
dotfiles-c5115c431e9bcd04cc2753e109a6fae7b97d439c.tar.zst
dotfiles-c5115c431e9bcd04cc2753e109a6fae7b97d439c.zip
Emacs: simplify flycheck diminish call
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 5b8dc7a..82b7187 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