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
|
||||
:when ,when))
|
||||
(add-hook! ,name
|
||||
(run-hook-with-args doom-project-hook ',name))
|
||||
(run-hook-with-args 'doom-project-hook ',name))
|
||||
,(when init-form
|
||||
`(add-transient-hook! ',(intern-soft (format "%s-hook" name))
|
||||
,init-form)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue