core-projects: quote doom-project-hook in def-project!
This commit is contained in:
parent
2a377b44f1
commit
ac5ad085dc
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ see if NAME should be activated.
|
||||||
:files ,files
|
:files ,files
|
||||||
:when ,when))
|
:when ,when))
|
||||||
(add-hook! ,name
|
(add-hook! ,name
|
||||||
(run-hook-with-args doom-project-hook ',name))
|
(run-hook-with-args 'doom-project-hook ',name))
|
||||||
,(when init-form
|
,(when init-form
|
||||||
`(add-transient-hook! ',(intern-soft (format "%s-hook" name))
|
`(add-transient-hook! ',(intern-soft (format "%s-hook" name))
|
||||||
,init-form)))))
|
,init-form)))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue