diff options
-rw-r--r-- | lisp/init-projectile.el | 2 |
1 files changed, 2 insertions, 0 deletions
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. |