diff --git a/contrib/perspectives/packages.el b/contrib/perspectives/packages.el index 3ca00303a..13109b476 100644 --- a/contrib/perspectives/packages.el +++ b/contrib/perspectives/packages.el @@ -73,3 +73,8 @@ which require an initialization must be listed explicitly in the list.") ) ) ) +(defun perspectives/init-persp-projectile () + (use-package persp-projectile + :init + (progn + (projectile-persp-bridge helm-projectile))))