mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(version-control): improve styling of diff-hl indicators
This commit is contained in:
@@ -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")))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user