diff options
| author | Constantine Vetoshev <gepardcv@gmail.com> | 2020-03-02 10:59:02 -0800 |
|---|---|---|
| committer | Constantine Vetoshev <gepardcv@gmail.com> | 2020-03-02 10:59:02 -0800 |
| commit | c5d884db36f83429c9894392bad5dfab0e2ec8d6 (patch) | |
| tree | 47e6430425aeb193faa632e78f81618a3f6f364f /README.md | |
| parent | 2b45e5edce44baf18c45889459f63f2391733359 (diff) | |
Add use-package documentation.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -101,6 +101,14 @@ load](#saving-sessions-to-disk) feature, which cleanly saves perspectives. You should install Perspective from [MELPA](https://melpa.org/) or [MELPA Stable](https://stable.melpa.org/). +Users of [`use-package`](https://github.com/jwiegley/use-package) can install Perspective as follows: + +``` +(use-package perspective + :config + (persp-mode)) +``` + Alternately, put `perspective.el` from this source repository in your load path and run `(require 'perspective)`. |
