diff --git a/core/core-projects.el b/core/core-projects.el index 55dc0762e..b6c059d5d 100644 --- a/core/core-projects.el +++ b/core/core-projects.el @@ -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)))))