commit 5869a8804c1bb40dc41054d9e1630401afbd5641
parent fa8a9cb4809c283e2c4df3625a5250976d02fb58
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 11 Sep 2020 16:24:12 +0100
tools/emacs: rename ko project type
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/emacs/config/config-projects.el b/tools/emacs/config/config-projects.el
@@ -59,7 +59,7 @@
"Check if a project is a ko project and has a config/ folder full of yaml"
(and (projectile-ko-project-p)
(projectile-verify-file-wildcard "config/*.yaml")))
- (projectile-register-project-type 'ko #'projectile-ko-project-p
+ (projectile-register-project-type 'ko-with-config #'projectile-ko-with-config-project-p
:project-file ".ko.yaml" ; might not be required
:configure 'projectile-ko-configure-command
:compile 'projectile-ko-compile-command