Emacs: use correct flycheck mode for diminishing
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M tag-emacs/emacs.d/init.el → tag-emacs/emacs.d/init.el
@@ -653,7 +653,7 @@ (global-semantic-show-unmatched-syntax-mode t) (global-semantic-decoration-mode t))) (req-package flycheck - :diminish (global-flycheck-mode . " ✓") + :diminish (flycheck-mode . " ✓") :init (global-flycheck-mode)) ;;;; Projects