all repos — nixfiles @ b06ee4ed9ffb3d53369f79e354b71daa27a5baa0

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

Emacs: Improve fringe display

Alan Pearce
commit

b06ee4ed9ffb3d53369f79e354b71daa27a5baa0

parent

a36c10e44d618d7ba568b64e11abef72549b7075

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -129,6 +129,7 @@ (with-eval-after-load 'tooltip
(tooltip-mode -1)) (with-eval-after-load 'tool-bar (tool-bar-mode -1)) +(set-fringe-mode '(4 . 4)) ;; Ring the bell sometimes, but not so often (setq ring-bell-function
@@ -1826,7 +1827,7 @@ (setq flycheck-check-syntax-automatically '(save mode-enabled))
(setq flycheck-indication-mode 'left-fringe) (with-eval-after-load 'git-gutter-fringe (fringe-helper-define 'flycheck-fringe-bitmap-double-arrow '(center repeated) - ".XXX....")) + "XXX.....")) (if (executable-find "eslint_d") (setq flycheck-javascript-eslint-executable "eslint_d"))))