all repos — nixfiles @ 82cdaec62c42664f01c4210165c55629dc6a3250

System and user configuration, managed by nix and home-manager

Emacs: use correct flycheck mode for diminishing

Alan Pearce
commit

82cdaec62c42664f01c4210165c55629dc6a3250

parent

0da5abaf2490fc2d77750393a0ada37811d21636

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M tag-emacs/emacs.d/init.eltag-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