chore(init): Use emacs-startup-hook instead of after-init-hook

This commit is contained in:
2020-02-15 17:58:53 +00:00
parent b923979f7a
commit d557d47dc0
7 changed files with 8 additions and 8 deletions

View File

@@ -10,8 +10,8 @@
(use-package diff-hl
:hook
(after-init . global-diff-hl-mode)
(after-init . diff-hl-flydiff-mode)
(emacs-startup . global-diff-hl-mode)
(emacs-startup . diff-hl-flydiff-mode)
(dired-mode . diff-hl-dired-mode)
(magit-post-refresh . diff-hl-magit-post-refresh))