diff options
author | Alan Pearce | 2014-06-12 21:52:10 +0100 |
---|---|---|
committer | Alan Pearce | 2014-06-12 21:52:10 +0100 |
commit | c5115c431e9bcd04cc2753e109a6fae7b97d439c (patch) | |
tree | a1d5e85018da1d545781c6c3a846f40b8ffd63cd | |
parent | b8b93e58c61c173503450105314edbce9b5bfd8b (diff) | |
download | nixfiles-c5115c431e9bcd04cc2753e109a6fae7b97d439c.tar.lz nixfiles-c5115c431e9bcd04cc2753e109a6fae7b97d439c.tar.zst nixfiles-c5115c431e9bcd04cc2753e109a6fae7b97d439c.zip |
Emacs: simplify flycheck diminish call
-rw-r--r-- | tag-emacs/emacs.d/init.el | 2 |
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 |