diff --git a/modules/version-control/siren-diff-hl.el b/modules/version-control/siren-diff-hl.el index 5b28ebd..a1b1389 100644 --- a/modules/version-control/siren-diff-hl.el +++ b/modules/version-control/siren-diff-hl.el @@ -17,8 +17,11 @@ (magit-post-refresh . diff-hl-magit-post-refresh) :custom - (diff-hl-fringe-bmp-function 'siren-diff-hl-fringe-bmp-line) - (diff-hl-fringe-face-function 'siren-diff-hl-fringe-face-from-type) + ;; (diff-hl-fringe-bmp-function 'siren-diff-hl-fringe-bmp-line) + ;; (diff-hl-fringe-face-function 'siren-diff-hl-fringe-face-from-type) + (diff-hl-fringe-bmp-function 'diff-hl-fringe-bmp-from-pos) + (diff-hl-fringe-face-function 'diff-hl-fringe-face-from-type) + (diff-hl-margin-symbols-alist '((insert . "+") (delete . "-")