diff options
| author | Nathan Weizenbaum <nweiz@google.com> | 2012-11-30 17:21:16 -0800 |
|---|---|---|
| committer | Nathan Weizenbaum <nweiz@google.com> | 2012-11-30 17:21:16 -0800 |
| commit | f5850d6c62b00a637f022ce579d9a0337e50b91b (patch) | |
| tree | 3c9e9dbad23dd1cadd2e1c2c8927b836669841be | |
| parent | d1ef10b847d3df755018b650aeca80226bad7e33 (diff) | |
Add LICENSE/README.
| -rw-r--r-- | MIT-LICENSE | 20 | ||||
| -rw-r--r-- | README.md | 17 |
2 files changed, 37 insertions, 0 deletions
diff --git a/MIT-LICENSE b/MIT-LICENSE new file mode 100644 index 0000000..6f03b42 --- /dev/null +++ b/MIT-LICENSE @@ -0,0 +1,20 @@ +Copyright (c) 2008 Nathan Weizenbaum + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..0a92d44 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +This package provides tagged workspaces in Emacs, similar to workspaces in +windows managers such as Awesome and XMonad (and somewhat similar to multiple +desktops in Gnome or Spaces in OS X). + +perspective.el provides multiple workspaces (or "perspectives") for each Emacs +frame. This makes it easy to work on many separate projects without getting lost +in all the buffers. + +Each perspective is composed of a window configuration and a set of buffers. +Switching to a perspective activates its window configuration, and when in a +perspective only its buffers are available by default. + +It's recommended that you install perspective.el from [Marmalade][] using `M-x +package-install`. Alternately, you may put it in your load path and run +`(require 'perspective)`. + +[Marmalade]: http://marmalade-repo.org/ |
