Layout layer: counsel-projectile: requires fix

Guard :requires against ivy not projectile. projectile is already owned by
buil-in spacemacs-project layer, so it's always t.

This prevents install of ivy, counsel, swiper and counsel-projectile
packages regardless of helm layer
This commit is contained in:
Thanh Vuong 2019-07-27 22:41:58 -06:00 committed by duianto
parent 93af3927ea
commit 7bc23b895f
2 changed files with 2 additions and 1 deletions

View File

@ -1040,6 +1040,7 @@ Other:
- Used return value from advised function in =spacemacs//yank-indent-region=
(thanks to Brandon T. Willard)
- Fixed canceling =spacemacs/ace-buffer-links= (thanks to duianto)
- Required =ivy= to load =counsel-projectile= (thanks to Thanh Vuong)
*** Layer changes and fixes
**** Agda
- Fixes

View File

@ -15,7 +15,7 @@
ivy
persp-mode
spaceline
(counsel-projectile :requires projectile)))
(counsel-projectile :requires ivy)))