Skip to content

Commit

Permalink
Fix projectile-project-search-path defcustom type
Browse files Browse the repository at this point in the history
  • Loading branch information
wyuenho authored and bbatsov committed Feb 22, 2021
1 parent fd59947 commit 1dbdb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1dbdb43

Please sign in to comment.