From e03e293bbd409180ceac41488a9f1893e65e3365 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 16 Aug 2015 20:26:11 -0400 Subject: projectile: Add snakemake project type --- lisp/init-projectile.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp') diff --git a/lisp/init-projectile.el b/lisp/init-projectile.el index 9c0ecc1..2a20e7f 100644 --- a/lisp/init-projectile.el +++ b/lisp/init-projectile.el @@ -5,6 +5,8 @@ projectile-completion-system 'helm projectile-use-git-grep t) +(projectile-register-project-type 'snakemake '("Snakefile") "snakemake -p" "") + (defun km/projectile-switch-project (&optional arg) "Switch to a project. -- cgit v1.2.3