aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-12-20 14:32:36 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2015-12-20 14:33:30 +0200
commit54111b5f6aedff8f41e360ee005524e635f0c441 (patch)
treeb7e6412308c80ec61058225efbbbb48b457b97e8 /README.md
parentaff0dc20776b8bad15cd997c73f439f1f0514b91 (diff)
Move persp-projectile to a separate repo
Diffstat (limited to 'README.md')
-rw-r--r--README.md49
1 files changed, 0 insertions, 49 deletions
diff --git a/README.md b/README.md
index 089bfbc..80cfa45 100644
--- a/README.md
+++ b/README.md
@@ -542,55 +542,6 @@ These variables can be strings to run external commands or Emacs Lisp functions:
(setq projectile-test-cmd #'custom-test-function)
```
-### Work with Perspective Mode
-
-[Perspective](https://github.com/nex3/perspective-el) is a minor mode
-that provides the ability to manage different workspaces. If you need
-to open many projects at the same time, perspective can help you keep
-each project related buffers and windows setting separate from other
-projects, similar to multiple spaces on MacOS, which allows you to
-focus on the files of the current active project.
-
-A picture says a thousand words. See below screenshot to get a concrete idea.
-
-Only current project related files showing in minibuffer when I call
-`ido-switch-buffer`, and an indicator in mode line tells me which
-project that I'm in.
-
-![Persp-Projectile Screenshot 1](screenshots/persp-projectile1.png)
-
-When I switch to a different project, I get a clean 'perspective'.
-
-![Persp-Projectile Screenshot 2](screenshots/persp-projectile2.png)
-
-To integrate perspective with Projectile, first of all, you need to
-install perspective. You can install it by:
-
-```
-M-x package-install
-```
-
-Then type `perspective` in the minibuffer, as below:
-
-```
-Install package: perspective
-```
-
-Secondly, make sure `persp-projectile.el` is in your Emacs load path. Then require it in your init file.
-
-```el
-(persp-mode)
-(require 'persp-projectile)
-```
-
-You're ready to go! Try the interactive command
-`projectile-persp-switch-project`, or you may also bind it to some
-handy keybinding.
-
-```el
-(define-key projectile-mode-map (kbd "s-s") 'projectile-persp-switch-project)
-```
-
### Idle Timer
Projectile can be configured to run the hook