diff --git a/init.el b/init.el index e640e10..4bbd69c 100644 --- a/init.el +++ b/init.el @@ -530,11 +530,11 @@ :init (add-hook 'magit-pre-refresh-hook #'diff-hl-magit-pre-refresh) (add-hook 'magit-post-refresh-hook #'diff-hl-magit-post-refresh) - :config - (global-diff-hl-mode) :custom (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 split-width-threshold 160)