branch: externals/bug-hunter
commit 0fbf2a41cc89b3631759d4bbff701734acd2319f
Author: Artur Malabarba <[email protected]>
Commit: Artur Malabarba <[email protected]>
Run after-init-hooks
---
bug-hunter.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/bug-hunter.el b/bug-hunter.el
index fc0e857..8ff60e5 100644
--- a/bug-hunter.el
+++ b/bug-hunter.el
@@ -123,6 +123,7 @@ See `bug-hunter' for a description on the ASSERTION."
(bug-hunter--run-form
`(condition-case er
(progn ,@forms
+ (run-hooks 'after-init-hook)
,assertion)
(error (cons 'error er)))))