mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(init): Use emacs-startup-hook instead of after-init-hook
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user