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:
@@ -9,7 +9,7 @@
|
||||
(use-package yasnippet-snippets)
|
||||
|
||||
(use-package yasnippet
|
||||
:hook (after-init . yas-global-mode)
|
||||
:hook (emacs-startup . yas-global-mode)
|
||||
:diminish yas-minor-mode)
|
||||
|
||||
(provide 'siren-yasnippet)
|
||||
|
||||
Reference in New Issue
Block a user