alphapapa / burly.el

Save and restore frames and windows with their buffers in Emacs
GNU General Public License v3.0
301 stars 14 forks source link

Specific tab-bar support (i.e. bookmarking tabs rather than windows/frames) #55

Open m-ar-c opened 1 year ago

m-ar-c commented 1 year ago

I don't think we can do that already with burly : I'd love to be able to restore all (built-in tab-bar-mode) tabs from a frame.

I usually have one frame per "project", with several tabs open in each frames. Currently I have no way to save all tabs and their buffer/window configuration from a specific frame, then I can't close the frame when I'm not working on the project.

alphapapa commented 1 year ago

That seems like a good idea, yes. I developed this package before Emacs's own tab-bar features were released, and now that they've been around for two versions, it would be good to support them specifically.