Breaking change: rewrite add-transient-hook!

HOOK is now evaluated. Hooks should be quoted (and functions
sharp-quoted).

This also fixes commit 0150f78e.
This commit is contained in:
Henrik Lissner
2017-06-05 16:41:39 +02:00
parent 0d9c0e7f54
commit baad7953bf
6 changed files with 26 additions and 18 deletions

View File

@@ -151,7 +151,7 @@ see if NAME should be activated.
:when ,when))
(add-hook! ,name
(run-hook-with-args 'doom-project-hook ',name))
,(when init-form
,(when init-form
`(add-transient-hook! ',(intern (format "%s-hook" name))
,init-form)))))