all repos — nixfiles @ c5115c431e9bcd04cc2753e109a6fae7b97d439c

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

Emacs: simplify flycheck diminish call

Alan Pearce
commit

c5115c431e9bcd04cc2753e109a6fae7b97d439c

parent

b8b93e58c61c173503450105314edbce9b5bfd8b

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

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -609,7 +609,7 @@ (global-semantic-show-unmatched-syntax-mode t)
(global-semantic-decoration-mode t))) (req-package flycheck - :diminish (flycheck-mode . " ✓") + :diminish " ✓" :init (global-flycheck-mode)) (req-package company-go