mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Run org-load-hook functions on doom/reload
This commit is contained in:
@ -1035,9 +1035,9 @@ compelling reason, so..."
|
|||||||
|
|
||||||
;; In case the user has eagerly loaded org from their configs
|
;; In case the user has eagerly loaded org from their configs
|
||||||
(when (and (featurep 'org)
|
(when (and (featurep 'org)
|
||||||
(not doom-reloading-p)
|
|
||||||
(not byte-compile-current-file))
|
(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))
|
(run-hooks 'org-load-hook))
|
||||||
|
|
||||||
:config
|
:config
|
||||||
|
Reference in New Issue
Block a user