add-transient-hook!: fix indentation
This commit is contained in:
parent
3ac1d382be
commit
0a39aa64d1
1 changed files with 1 additions and 0 deletions
|
@ -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 _)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue