Move flycheck ui config to ui/doom

This commit is contained in:
Henrik Lissner 2017-05-16 22:21:21 +02:00
parent 20b7d4a6f9
commit c64526eb40
2 changed files with 11 additions and 10 deletions

View file

@ -155,8 +155,15 @@
ov 'display (propertize " [...] " 'face '+doom-folded-face))))))
;; subtle diff indicators in the fringe
(when (display-graphic-p)
(after! flycheck
;; because git-gutter is in the left fringe
(setq flycheck-indication-mode 'right-fringe)
(define-fringe-bitmap 'flycheck-fringe-bitmap-double-arrow
[0 0 0 0 0 4 12 28 60 124 252 124 60 28 12 4 0 0 0 0]))
;; subtle diff indicators in the fringe
(after! git-gutter-fringe
;; places the git gutter outside the margins.
(setq-default fringes-outside-margins t)