From ac5ad085dc6afa8e2de7bf60d61dac20c1517835 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 25 Mar 2017 02:09:09 -0400 Subject: [PATCH] core-projects: quote doom-project-hook in def-project! --- core/core-projects.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))))