Run org-load-hook functions on doom/reload
This commit is contained in:
parent
8b8e7537b7
commit
090d0f7d53
1 changed files with 2 additions and 2 deletions
|
@ -1035,9 +1035,9 @@ compelling reason, so..."
|
|||
|
||||
;; In case the user has eagerly loaded org from their configs
|
||||
(when (and (featurep 'org)
|
||||
(not doom-reloading-p)
|
||||
(not byte-compile-current-file))
|
||||
(message "`org' was already loaded by the time lang/org loaded, this may cause issues")
|
||||
(unless doom-reloading-p
|
||||
(message "`org' was already loaded by the time lang/org loaded, this may cause issues"))
|
||||
(run-hooks 'org-load-hook))
|
||||
|
||||
:config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue