[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to persist registers across sessions?
From: |
Visuwesh |
Subject: |
Re: How to persist registers across sessions? |
Date: |
Wed, 29 Jun 2022 21:05:17 +0530 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
[திங்கள் ஜூன் 27, 2022] Pankaj Jangid wrote:
> Especially, I want to save a particular window configuration for a
> project that I am working on. Then when I switch project, I want use a
> different window configuration.
>
> Is there a way to save the window configuration to use across Emacs
> sessions?
I know of at least three packages that do this or something very
similar:
1. project-x: https://github.com/karthink/project-x
2. Burly: https://github.com/alphapapa/burly.el
3. bookmark-view: https://github.com/minad/bookmark-view
There's also the builtin desktop.el library.
HTH.