Rewrite doom/reload
This commit is contained in:
parent
09f077259e
commit
7727920629
2 changed files with 7 additions and 15 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue