feat(version-control): improve styling of diff-hl indicators

This commit is contained in:
2021-05-15 01:00:27 +01:00
parent f50e2d925e
commit e434e41d97
2 changed files with 8 additions and 10 deletions

View File

@@ -20,9 +20,9 @@
(diff-hl-fringe-bmp-function 'siren-diff-hl-fringe-bmp-from-type)
(diff-hl-fringe-face-function 'siren-diff-hl-fringe-face-from-type)
(diff-hl-margin-symbols-alist
'((insert . "+")
(delete . "-")
(change . "=")
'((insert . "")
(delete . "")
(change . "")
(unknown . "?")
(ignored . "i")))