Commit 5869a8804c1b

Vincent Demeester <vincent@sbr.pm>
2020-09-11 17:24:12
tools/emacs: rename ko project type
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent fa8a9cb
Changed files (1)
tools
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