Regression fix: Allow new project perspectives

Before the commit 4b111f7701 it was possible to create new perspectives from projects not available on the list.

It would be possible to provide a path to a project that has not been open previously by emacs, and have the perspective created. Now that a match is required, it is not possible anymore, as the path provided is not one of the possible matches on the list.

This commit changes the behavior back to allow accessing projects that have not been visited before. Without this change, one needs to open a specific project first, using `C-x C-e` or `SPC f f` and then switch to the layout.
This commit is contained in:
Bruno Tavares 2018-01-22 13:52:41 -02:00 committed by syl20bnr
parent c86940c4f0
commit 035fc2a648
1 changed files with 0 additions and 1 deletions

View File

@ -418,7 +418,6 @@ perspectives does."
(projectile-relevant-known-projects))
projectile-known-projects)
:action counsel-projectile-switch-project-action
:require-match t
:caller 'spacemacs/ivy-persp-switch-project))