all repos — nixfiles @ f44fe9318f27659a278af650d11f7e87e211fd6d

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

Emacs: Improve flycheck fringe indication Show a flat block of colour on the right fringe

Alan Pearce
commit

f44fe9318f27659a278af650d11f7e87e211fd6d

parent

bbf952dce8bfa1e6c6fffb576d93f5fad7bb24b4

1 file changed, 3 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -1732,6 +1732,9 @@ :defer 5
:config (progn (global-flycheck-mode) (setq flycheck-check-syntax-automatically '(save mode-enabled)) + (setq flycheck-indication-mode 'right-fringe) + (fringe-helper-define 'flycheck-fringe-bitmap-double-arrow '(center repeated) + ".XXXXXXX") (if (executable-find "eslint_d") (setq flycheck-javascript-eslint-executable "eslint_d")))) #+END_SRC