From cd9378bb9e7816c839a5ea82f6c78761c4ee872d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 9 Jul 2019 01:04:36 +0200 Subject: [PATCH] Fix set-project-type! Reference to non-existent variable, when --- core/autoload/projects.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/autoload/projects.el b/core/autoload/projects.el index 5ff4ef6fb..9fed5c423 100644 --- a/core/autoload/projects.el +++ b/core/autoload/projects.el @@ -12,7 +12,7 @@ (after! projectile (add-to-list 'projectile-project-types (list name - 'marker-files when + 'marker-files predicate 'compilation-dir dir 'configure-command configure 'compile-command compile