Revert da7f9019 & refactor doom init hooks

This commit is contained in:
Henrik Lissner 2018-08-21 04:27:14 +02:00
parent 9a4cce8d9a
commit 62977247c9
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 4 additions and 10 deletions

View file

@ -498,7 +498,7 @@ frame's window-system, the theme will be reloaded.")
;;
(run-hook-wrapped 'doom-init-ui-hook #'doom-try-run-hook))
(add-hook 'doom-post-init-hook #'doom|init-ui)
(add-hook 'emacs-startup-hook #'doom|init-ui)
(provide 'core-ui)
;;; core-ui.el ends here