wasamasa / eyebrowse

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

Document how to pre-configure default windows #113

Closed FrostyX closed 4 years ago

FrostyX commented 4 years ago

I would like to pre-configure my default windows in init.el. I use eyebrowse so I can work on multiple projects at the same time. And they don't change, so I would like to have something like e.g.

(setq eyebrowse-default-windows
  '((1 . "stuff")
    (2 . "someworkproject")
    (3 . "blog")))

is it possible now? Can this use-case be documented, please?

wasamasa commented 4 years ago

There is no such support built-in. What I've tested successfully is persistence using desktop.el, which is mentioned in the README. That way you can save and restore your frame's window configurations.