mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-13 13:13:35 -05:00
core-projects: quote doom-project-hook in def-project!
This commit is contained in:
@@ -128,7 +128,7 @@ see if NAME should be activated.
|
|||||||
:match ,match
|
:match ,match
|
||||||
: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))
|
||||||
|
Reference in New Issue
Block a user