diff --git a/07projectile.el b/07projectile.el index b8edec5..3e94fea 100644 --- a/07projectile.el +++ b/07projectile.el @@ -1,3 +1,5 @@ +(use-package counsel-projectile :ensure t :defer t) + (use-package projectile :ensure t :requires (counsel counsel-projectile)