wasamasa / eyebrowse

A simple-minded way of managing window configs in emacs
GNU General Public License v3.0
437 stars 24 forks source link

save config between emacs session? #46

Closed zeltak closed 8 years ago

zeltak commented 8 years ago

Hi!

loving this package (no surprise as im in i3 user ;-). i was wondering how does one save the workspaces between emacs sessions? if its not possible i would like to add a request for that. maybe even loading pre defined workspaces?

thx!

Z

wasamasa commented 8 years ago

This feature requires two things to work, saving/restoring window configurations for all frames and buffers. The former is simple enough, the latter is tricky to get right. Fortunately desktop-mode provides both, so enable it and things should just work.

As I don't see any reason to reinvent the wheel, eyebrowse will not have any code for doing the above on its own. If you wish to have predefined window configurations, create these programmatically and save/restore the result. On Jan 28, 2016 8:59 AM, "zeltak" notifications@github.com wrote:

Hi!

loving this package (no surprise as im in i3 user ;-). i was wondering how does one save the workspaces between emacs sessions? if its not possible i would like to add a request for that. maybe even loading pre defined workspaces?

thx!

Z

— Reply to this email directly or view it on GitHub https://github.com/wasamasa/eyebrowse/issues/46.