Enable global-diff-hl-mode in emacs-startup-hook

This commit is contained in:
David Morgan 2023-01-17 13:22:42 +00:00
parent 2376adf93a
commit b81f1571e8
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 2 deletions

View File

@ -7,9 +7,8 @@
(ediff-setup-windows-plain 'ediff-setup-windows-plain))
(use-package diff-hl
:config
(global-diff-hl-mode +1)
:hook
(emacs-startup . global-diff-hl-mode)
(dired-mode . diff-hl-dired-mode)
(magit-post-refresh . diff-hl-magit-post-refresh))