Enable diff-hl borders

Fixes display for diff-hl with base16 theme
This commit is contained in:
Evie Litherland-Smith 2024-05-16 07:13:20 +01:00
parent 178456df06
commit 6f4a416325

View file

@ -530,11 +530,11 @@
:init :init
(add-hook 'magit-pre-refresh-hook #'diff-hl-magit-pre-refresh) (add-hook 'magit-pre-refresh-hook #'diff-hl-magit-pre-refresh)
(add-hook 'magit-post-refresh-hook #'diff-hl-magit-post-refresh) (add-hook 'magit-post-refresh-hook #'diff-hl-magit-post-refresh)
:config
(global-diff-hl-mode)
:custom :custom
(diff-hl-disable-on-remote t) (diff-hl-disable-on-remote t)
(diff-hl-draw-borders nil)) (diff-hl-draw-borders t)
:config
(global-diff-hl-mode))
(setq split-height-threshold nil (setq split-height-threshold nil
split-width-threshold 160) split-width-threshold 160)