diff options
| author | Brandon Arnold <br@ndonarnold.email> | 2018-08-28 03:22:09 -0500 |
|---|---|---|
| committer | Natalie Weizenbaum <nweiz@google.com> | 2018-08-28 02:22:09 -0600 |
| commit | 874aa4173b1bea7349df2375396cee146ba8d7c7 (patch) | |
| tree | afb1052fe51a22602fb04512d92348014a0d3fae | |
| parent | 8e2f122de408d7866136dd861d513a9575cf32e6 (diff) | |
Remove references to now-defunct Marmalade repo (#74)
| -rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -13,13 +13,11 @@ 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 +It's recommended that you install perspective.el from [MELPA](https://melpa.org/). +Alternately, you may put it in your load path and run `(require 'perspective)`. Users of Debian 9 or later or Ubuntu 16.04 or later may simply `apt-get install elpa-perspective`. -[Marmalade]: http://marmalade-repo.org/ - ## Usage To activate perspective use `(persp-mode)`. |
