Add a persistence section for eyebrowse-restore

This commit is contained in:
Vasilij Schneidermann
2021-12-14 21:14:04 +01:00
parent 88c7b59aa7
commit f7e129b841

View File

@ -115,6 +115,13 @@ as well:
See [\#52] for further discussion. See [\#52] for further discussion.
## Persistence
[desktop.el] provides a built-in solution for saving and restoring
window configurations. See [eyebrowse-restore] for an alternative
solution to selectively restore window configurations, for example
when using several frames.
## Alternatives ## Alternatives
The two most popular window configuration packages are [elscreen] and The two most popular window configuration packages are [elscreen] and
@ -136,6 +143,7 @@ but then a silly typo happened. The typo stuck. So did the new name.
[evil]: https://bitbucket.org/lyro/evil/wiki/Home [evil]: https://bitbucket.org/lyro/evil/wiki/Home
[desktop.el]: https://www.gnu.org/software/emacs/manual/html_node/emacs/Saving-Emacs-Sessions.html#Saving-Emacs-Sessions [desktop.el]: https://www.gnu.org/software/emacs/manual/html_node/emacs/Saving-Emacs-Sessions.html#Saving-Emacs-Sessions
[\#52]: https://github.com/wasamasa/eyebrowse/issues/52 [\#52]: https://github.com/wasamasa/eyebrowse/issues/52
[eyebrowse-restore]: https://github.com/FrostyX/eyebrowse-restore
[elscreen]: https://github.com/shosti/elscreen [elscreen]: https://github.com/shosti/elscreen
[escreen]: https://github.com/emacsattic/escreen [escreen]: https://github.com/emacsattic/escreen
[perspective]: https://github.com/nex3/perspective-el [perspective]: https://github.com/nex3/perspective-el