help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Saving a window configuration ?


From: YUE Daian
Subject: Re: Saving a window configuration ?
Date: Thu, 07 Mar 2019 11:44:38 +0800

On 2019-03-07 05:27, Eli Zaretskii <eliz@gnu.org> wrote:
>> Date: Wed, 6 Mar 2019 17:39:22 -0500
>> From: jonetsu <jonetsu@teksavvy.com>
>> 
>> Is it possible to save in a persistent way a window configuration (like
>> one saved by doing C-x r w <key> and recalled with C-x r <key>) so that
>> it can be recalled, with the same files, at a later time ?
>
> Yes, see frameset.el.

If you are looking for interactive commands...

Store window/frame configuration:
`window-configuration-to-register` bound to `C-x r w` by default.
`frameset-to-register` bound to `C-x r f` by default.

Restore window/frame configuration:
`jump-to-register` bound to `C-x r j` by default.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]