Enabled persp-projectile by default when user has persp-mode on.

This commit is contained in:
Diego Berrocal 2014-11-25 20:49:30 -05:00 committed by syl20bnr
parent 0fe37b3eec
commit 1935d1dd69

View file

@ -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))))