Rewrite doom/reload

This commit is contained in:
Henrik Lissner 2019-08-28 14:15:13 -04:00
parent 09f077259e
commit 7727920629
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 7 additions and 15 deletions

View file

@ -849,7 +849,8 @@ compelling reason, so..."
#'+org-init-smartparens-h)
;; In case the user has eagerly loaded org from their configs
(when (featurep 'org)
(when (and (featurep 'org)
(not doom-reloading-p))
(message "`org' was already loaded by the time lang/org loaded, this may cause issues")
(run-hooks 'org-load-hook))