diff options
Diffstat (limited to 'tag-emacs')
-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 |