From 663503c772db608aa158986c7581e6fffa60c99b Mon Sep 17 00:00:00 2001 From: Diego Berrocal Date: Tue, 24 Mar 2015 00:48:08 -0400 Subject: [PATCH] Add Perspective-enable-persp-projectile to the documentation --- contrib/perspectives/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/contrib/perspectives/README.md b/contrib/perspectives/README.md index 2ba3d2983..78bff425f 100644 --- a/contrib/perspectives/README.md +++ b/contrib/perspectives/README.md @@ -77,11 +77,10 @@ once you switch to a new project with ` p s`. It must be said that in the current implementation in order for this to work you must first open a custom-perspective like `SPC L o e` to go to the init.el in the spacemacs. -If you are a helm person, and would rather use helm for projectile add this to -your config as well: - ```elisp -(projectile-persp-bridge helm-projectile) +(setq-default dotspacemacs-configuration-layers '( + (perspectives :variables + perspective-enable-persp-projectile t))) ``` #### Org-agenda custom perspective @@ -126,5 +125,5 @@ Key Binding | Description Key Binding | Description ----------------------|------------------------------------------------ SPC L o e | Emacs custom perspective -SPC L o i | RCIRC custom perspective +SPC L o i | RCIRC custom perspective (needs the rcirc layer enabled) SPC L o o | Org custom perspective