flycheck: larger fringe indicator bitmap

This commit is contained in:
Henrik Lissner 2015-12-23 02:41:03 -05:00
parent 07301d29bf
commit 9f6b4dc0ed

View file

@ -25,22 +25,22 @@
(advice-add 'evil-force-normal-state :after 'narf*flycheck-buffer)
(define-fringe-bitmap 'flycheck-fringe-bitmap-double-arrow
[0 0 0 0 8 24 56 120 56 24 8 0 0 0 0]
[0 0 0 8 24 56 120 248 120 56 24 8 0 0 0]
;; (fringe-helper-convert
;; "........"
;; "........"
;; "........"
;; "........"
;; "....X..."
;; "...XX..."
;; "..XXX..."
;; ".XXXX..."
;; "XXXXX..."
;; ".XXXX..."
;; "..XXX..."
;; "...XX..."
;; "....X..."
;; "........"
;; "........"
;; "........"
;; "........")
))