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

@@ -8,7 +8,7 @@
(use-package projectile
:hook
(after-init . projectile-mode)
(emacs-startup . projectile-mode)
:bind
("C-c p p" . projectile-switch-project)