From 61c64d58e5e6aed98f86b95145935da90442c3ed Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 26 Mar 2017 19:05:43 -0400 Subject: snakemake-root-dir-function: Add custom function field --- snakemake.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'snakemake.el') diff --git a/snakemake.el b/snakemake.el index da26af1..ab56ae5 100644 --- a/snakemake.el +++ b/snakemake.el @@ -119,8 +119,9 @@ an absolute path or, if no root is found, nil. When nil, only Snakefiles in the current directory will be detected." :type '(radio (const :tag "None" nil) (function-item vc-root-dir) - (function-item projectile-project-root)) - :package-version '(snakemake-mode . "0.4.0")) + (function-item projectile-project-root) + function) + :package-version '(snakemake-mode . "1.2.0")) (defcustom snakemake-file-targets-hook '(snakemake-region-file-targets -- cgit v1.2.3