Saving Window Configurations in Emacs - Stack Overflow most recent 30 from stackoverflow.com2009-12-09T17:21:34Zhttp://stackoverflow.com/feeds/question/392314http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/392314/saving-window-configurations-in-emacs2Saving Window Configurations in Emacsdnolen2008-12-24T22:58:55Z2008-12-25T02:45:10Z
<p>I'm wondering if there's a way to save window configurations across emacs sessions. I know desktop-save is fantastic for preserving buffers and whatnot and the emacs manual demonstrates storing a window configuration into a register but this doesn't persist across sessions.</p>
<p>Of course this doesn't seem like it would be too hard to implement myself...</p>
http://stackoverflow.com/questions/392314/saving-window-configurations-in-emacs/392454#3924543Answer by Joe Casadonte for Saving Window Configurations in EmacsJoe Casadonte2008-12-25T02:45:10Z2008-12-25T02:45:10Z<p>EmacsWiki is a great resource: <a href="http://www.emacswiki.org/emacs/SessionManagement" rel="nofollow">EmacsWiki: Session Management</a></p>
<p>Looks like <a href="http://www.emacswiki.org/emacs/WindowsMode" rel="nofollow">Windows Mode</a>, or more specifically revive.el, is what you want.</p>