flycheck: larger fringe indicator bitmap
This commit is contained in:
parent
07301d29bf
commit
9f6b4dc0ed
1 changed files with 3 additions and 3 deletions
|
@ -25,22 +25,22 @@
|
||||||
(advice-add 'evil-force-normal-state :after 'narf*flycheck-buffer)
|
(advice-add 'evil-force-normal-state :after 'narf*flycheck-buffer)
|
||||||
|
|
||||||
(define-fringe-bitmap 'flycheck-fringe-bitmap-double-arrow
|
(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
|
;; (fringe-helper-convert
|
||||||
;; "........"
|
;; "........"
|
||||||
;; "........"
|
;; "........"
|
||||||
;; "........"
|
;; "........"
|
||||||
;; "........"
|
|
||||||
;; "....X..."
|
;; "....X..."
|
||||||
;; "...XX..."
|
;; "...XX..."
|
||||||
;; "..XXX..."
|
;; "..XXX..."
|
||||||
;; ".XXXX..."
|
;; ".XXXX..."
|
||||||
|
;; "XXXXX..."
|
||||||
|
;; ".XXXX..."
|
||||||
;; "..XXX..."
|
;; "..XXX..."
|
||||||
;; "...XX..."
|
;; "...XX..."
|
||||||
;; "....X..."
|
;; "....X..."
|
||||||
;; "........"
|
;; "........"
|
||||||
;; "........"
|
;; "........"
|
||||||
;; "........"
|
|
||||||
;; "........")
|
;; "........")
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue