From 1dbdb430058e36e36ce6ef856ca564d74a915bac Mon Sep 17 00:00:00 2001 From: Jimmy Yuen Ho Wong Date: Mon, 22 Feb 2021 19:30:24 +0000 Subject: [PATCH] Fix projectile-project-search-path defcustom type --- projectile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projectile.el b/projectile.el index 74644b85b..c49c838b7 100644 --- a/projectile.el +++ b/projectile.el @@ -632,7 +632,7 @@ When set to nil you'll have always add projects explicitly with You can think of something like $PATH, but for projects instead of executables. Examples of such paths might be ~/projects, ~/work, etc." :group 'projectile - :type 'list + :type '(repeat directory) :package-version '(projectile . "1.0.0")) (defcustom projectile-git-command "git ls-files -zco --exclude-standard"