diff options
author | Alan Pearce | 2014-04-27 19:15:58 +0100 |
---|---|---|
committer | Alan Pearce | 2014-04-27 19:15:58 +0100 |
commit | 82cdaec62c42664f01c4210165c55629dc6a3250 (patch) | |
tree | 4abe2580b545a114faaab6117109cc9020af3275 /tag-emacs/emacs.d/init.el | |
parent | 0da5abaf2490fc2d77750393a0ada37811d21636 (diff) | |
download | dotfiles-82cdaec62c42664f01c4210165c55629dc6a3250.tar.lz dotfiles-82cdaec62c42664f01c4210165c55629dc6a3250.tar.zst dotfiles-82cdaec62c42664f01c4210165c55629dc6a3250.zip |
Emacs: use correct flycheck mode for diminishing
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-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 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 |