diff --git a/core/core-lib.el b/core/core-lib.el index 5a8ff83f0..d29a0ce3c 100644 --- a/core/core-lib.el +++ b/core/core-lib.el @@ -102,6 +102,7 @@ compilation." "Attaches transient forms to a hook (can also be a function, which will be advised instead). These forms will be evaluated only once when that function/hook is first invoked, then it detaches itself." + (declare (indent 1)) (let ((fn (intern (format "doom--transient-hook-%s" hook)))) `(progn (defun ,fn (&rest _)