Enable diff-hl borders
Fixes display for diff-hl with base16 theme
This commit is contained in:
parent
178456df06
commit
6f4a416325
6
init.el
6
init.el
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue